Skip to content

Commit

Permalink
Update monorepo-split-packages-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Sep 5, 2024
1 parent ab31b88 commit abf07d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/monorepo-split-packages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v4

# Read and parse moox.json
# Read and parse moox-workflow.json
- id: set-vars
run: |
core_version=$(jq -r '.core_version' moox.json)
packages=$(jq -r '.packages | join(",")' moox.json)
core_version=$(jq -r '.core_version' moox-workflow.json)
packages=$(jq -r '.packages | join(",")' moox-workflow.json)
echo "CORE_VERSION=${core_version}" >> $GITHUB_ENV
echo "PACKAGES=${packages}" >> $GITHUB_ENV
Expand Down

0 comments on commit abf07d4

Please sign in to comment.