We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fe7d6 commit 27e7208Copy full SHA for 27e7208
.github/workflows/release.yaml
@@ -51,8 +51,6 @@ jobs:
51
run: |
52
git config --local user.name ${{ github.actor }}
53
54
- # commit the changes
55
- git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳"
56
echo "Tagging with ${{ steps.TAG_UTIL.outputs.githubTag }}"
57
git tag ${{ steps.TAG_UTIL.outputs.githubTag }}
58
git push origin ${{ steps.TAG_UTIL.outputs.githubTag }}
0 commit comments