feat(scripts): push with --no-verify

This commit is contained in:
Oliver Davies 2023-06-13 19:52:32 +01:00
parent 94b045c01f
commit 1cc14b6a80

View file

@ -10,4 +10,4 @@ echo ""
# Tag the appropriate commit and push to the remote.
git tag "${tag}" "${commit_sha}"
git push origin "refs/tags/${tag}"
git push origin "refs/tags/${tag}" --no-verify