Skip to content

Commit

Permalink
Merge pull request #29 from wiemanboy/feature/fix/release-workflow
Browse files Browse the repository at this point in the history
FIX: release workflow
  • Loading branch information
wiemanboy authored Sep 20, 2024
2 parents ba59707 + 2f4989d commit c065179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
VERSION=$(jq -r '.version' package.json)
echo "Version: $VERSION"
echo "result=$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Commit changes
run: |
Expand Down

0 comments on commit c065179

Please sign in to comment.