Skip to content

Commit

Permalink
fix github output name
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 27, 2024
1 parent cd2b113 commit 980f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git checkout -b "release-$VERSION"
git commit -am "Version $VERSION"
gh pr create --fill --head release-$VERSION --base main
echo "version=$VERSION" >> GITHUB_OUTPUT
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
id: bump
env:
TYPE: ${{ inputs.type }}
Expand Down

0 comments on commit 980f72d

Please sign in to comment.