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