Skip to content

Commit 27e7208

Browse files
jeffmaurybenoitf
authored andcommitted
fix: release workflow failure
Fixes #7 Signed-off-by: Jeff MAURY <[email protected]>
1 parent a5fe7d6 commit 27e7208

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
run: |
5252
git config --local user.name ${{ github.actor }}
5353
54-
# commit the changes
55-
git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳"
5654
echo "Tagging with ${{ steps.TAG_UTIL.outputs.githubTag }}"
5755
git tag ${{ steps.TAG_UTIL.outputs.githubTag }}
5856
git push origin ${{ steps.TAG_UTIL.outputs.githubTag }}

0 commit comments

Comments
 (0)