Skip to content

Commit

Permalink
fix(ci): ouput to github output instead of github env
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Dec 3, 2023
1 parent ac46349 commit 2c8140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Format version
id: formatVersion
run: |
echo "buildVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}" >> $GITHUB_ENV
echo "buildVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}" >> "$GITHUB_OUTPUT"
- name: Bump version
run: |
Expand Down

0 comments on commit 2c8140a

Please sign in to comment.