Skip to content

Commit

Permalink
Merge pull request #69 from fireblocks/fireblocks-api-spec/generated/…
Browse files Browse the repository at this point in the history
…5779

Generated SDK #5779
  • Loading branch information
asafs932 authored Jun 26, 2024
2 parents 28df2ef + 9005954 commit 458e075
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 458e075

Please sign in to comment.