Skip to content

Commit

Permalink
Fix step output
Browse files Browse the repository at this point in the history
  • Loading branch information
fnberta committed Oct 29, 2023
1 parent 39614d4 commit c748e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: build-version-tag
run: |
VERSION=$(echo "$GITHUB_HEAD_REF" | sed 's/release\///')
echo "{VERSION_TAG}={v$VERSION}" >> "$GITHUB_OUTPUT"
echo "VERSION_TAG=v$VERSION" >> "$GITHUB_OUTPUT"
- name: Tag commit with version
env:
VERSION_TAG: ${{ steps.build-version-tag.outputs.VERSION_TAG }}
Expand Down

0 comments on commit c748e03

Please sign in to comment.