feat(scripts): push with --no-verify
This commit is contained in:
parent
94b045c01f
commit
1cc14b6a80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue