feat(scripts): push with --no-verify
This commit is contained in:
parent
94b045c01f
commit
1cc14b6a80
|
@ -10,4 +10,4 @@ echo ""
|
||||||
|
|
||||||
# Tag the appropriate commit and push to the remote.
|
# Tag the appropriate commit and push to the remote.
|
||||||
git tag "${tag}" "${commit_sha}"
|
git tag "${tag}" "${commit_sha}"
|
||||||
git push origin "refs/tags/${tag}"
|
git push origin "refs/tags/${tag}" --no-verify
|
||||||
|
|
Loading…
Reference in a new issue