diff options
author | EuAndreh <eu@euandre.org> | 2021-08-14 12:44:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-14 12:44:01 -0300 |
commit | 2a5edf91ffa35f7a638abfd846976babe69090fe (patch) | |
tree | bc7499a47edc8f52128e19d91af314952ff6f9f3 /aux/workflow/dist.sh | |
parent | aux/assert-shellcheck.sh: Stop depending being on a Git repository (diff) | |
download | git-permalink-2a5edf91ffa35f7a638abfd846976babe69090fe.tar.gz git-permalink-2a5edf91ffa35f7a638abfd846976babe69090fe.tar.xz |
Revert back to .tar.gz
git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %'
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 15593f4..69c0173 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -73,7 +73,7 @@ sh aux/workflow/sign-tarballs.sh -n "$PROJECT" cat <<EOF >&2 Now push the tag and the signature before pushing the commit: -git push origin refs/notes/signatures/tar.xz -o skip-ci --no-verify +git push origin refs/notes/signatures/tar.gz -o skip-ci --no-verify git push --tags -o skip-ci --no-verify git push |