Skip to content

Commit

Permalink
fix: release workflow failure
Browse files Browse the repository at this point in the history
Fixes #7

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored and benoitf committed Feb 28, 2024
1 parent a5fe7d6 commit 27e7208
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 27e7208

Please sign in to comment.