From 45ed4e28629ab0b70a366e0abc06505f396bf444 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Wed, 28 Feb 2024 14:36:43 +0100 Subject: [PATCH] fix: release workflow failure Fixes #7 Signed-off-by: Jeff MAURY --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) 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 }}