diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a5f6ed..d8f5e78 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,8 +51,6 @@ jobs: run: | git config --local user.name ${{ github.actor }} - # commit the changes - git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳" echo "Tagging with ${{ steps.TAG_UTIL.outputs.githubTag }}" git tag ${{ steps.TAG_UTIL.outputs.githubTag }} git push origin ${{ steps.TAG_UTIL.outputs.githubTag }}