Skip to content

Commit

Permalink
meta: fix create tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Feb 1, 2024
1 parent 04afe2e commit d6dae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
/repos/${{ github.repository }}/git/refs \
-f ref='refs/tags/${{ steps.version.outputs.tag }}' \
-f sha='${{ github.event.head_commit.id }}' && echo ''
echo ::notice title=Versioning::Created tag https://github.com/${{ inputs.repository }}/tree/${{ inputs.name }}
echo ::notice title=Versioning::Created tag https://github.com/${{ github.repository }}/tree/${{ steps.version.outputs.tag }}
build-and-release:
name: build and release
Expand Down

0 comments on commit d6dae3c

Please sign in to comment.