From 6a1c9ac0a16d8738e68c23ef07ae580ffdf2244c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Mar 2023 16:22:09 -0300 Subject: aux/workflow/dist.sh: Update Git push options --- aux/workflow/dist.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 8111b34..c1c0342 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -87,13 +87,13 @@ if [ "$publish" = 'n' ]; then cat <&2 Now push the tag and the signature before pushing the commit: -git push origin refs/notes/signatures/tar.gz -o skip-ci --no-verify -git push --tags -o skip-ci --no-verify +git push origin refs/notes/signatures/tar.gz -o ci.skip --no-verify +git push --tags -o ci.skip --no-verify git push EOF else - git push origin refs/notes/signatures/tar.gz -o skip-ci --no-verify - git push --tags -o skip-ci --no-verify + git push origin refs/notes/signatures/tar.gz -o ci.skip --no-verify + git push --tags -o ci.skip --no-verify git push fi -- cgit v1.2.3