Skip to content

Commit

Permalink
Merge pull request #769 from Zokrates/force-deploy-064
Browse files Browse the repository at this point in the history
force tag creation
  • Loading branch information
Schaeff authored Mar 19, 2021
2 parents 9a0d3f2 + 380853e commit be3865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "Published zokrates/zokrates:$TAG"

# Release on Github
git tag -f latest
git tag $TAG
git tag -f $TAG
git push origin -f latest
git push origin $TAG

Expand Down

0 comments on commit be3865e

Please sign in to comment.