~cyplo/genpass

bee8873b2edfc5c8fa7e90f690a4d0b8333e3bca — Cyryl PÅ‚otnicki 2 years ago 7e63279
do not use cargo release for pushing to crates.io
1 files changed, 2 insertions(+), 1 deletions(-)

M scripts/release.sh
M scripts/release.sh => scripts/release.sh +2 -1
@@ 13,5 13,6 @@ git config user.name "Release Bot"
git config init.defaultBranch main
git checkout main
git remote set-url origin git@git.sr.ht:~cyplo/genpass
cargo release --no-dev-version --no-confirm --no-push --execute patch
cargo release --no-dev-version --no-confirm --no-push --no-publish --execute patch
git push origin main
cargo publish