Skip to content

Commit

Permalink
Generated SDK #5779
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jun 26, 2024
1 parent 28df2ef commit 9005954
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
run: |
TAG_NAME=${{ github.event.release.tag_name }}
echo $tag
git tag --delete $TAG_NAME
git push --delete origin $TAG_NAME
git tag $TAG_NAME
git push origin $TAG_NAME
git tag --force $TAG_NAME
git push --force origin $TAG_NAME
publish:
needs: bump-version
Expand Down

0 comments on commit 9005954

Please sign in to comment.