Skip to content

Commit

Permalink
Merge pull request #662 from Zokrates/rc/0.6.0
Browse files Browse the repository at this point in the history
force latest tag
  • Loading branch information
Schaeff authored Aug 6, 2020
2 parents 5623c6c + bc86d10 commit bd7fd00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ docker push zokrates/zokrates:$TAG
echo "Published zokrates/zokrates:$TAG"

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

# Build zokrates js
Expand Down

0 comments on commit bd7fd00

Please sign in to comment.