~cyplo/genpass

a4a27f1df577c235c96bdbac15d99c591e578440 — Cyryl PÅ‚otnicki 2 years ago 5945c26
always push tags
2 files changed, 2 insertions(+), 0 deletions(-)

M .build.yml
M scripts/release.sh
M .build.yml => .build.yml +1 -0
@@ 32,3 32,4 @@ tasks:
      GITHUB_TOKEN=`cat ~/.github_token`
      git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/genpass.git
      nix-shell --pure --run 'git push github --all --force'
      nix-shell --pure --run 'git push github --tags'

M scripts/release.sh => scripts/release.sh +1 -0
@@ 15,4 15,5 @@ git checkout main
git remote set-url origin git@git.sr.ht:~cyplo/genpass
cargo release --no-dev-version --no-confirm --no-push --no-publish --execute patch
git push origin --all
git push origin --tags
cargo publish