Skip to content

Commit

Permalink
let be able to no publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Jan 24, 2024
1 parent 5123848 commit 7a29a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ git commit -S -m "Release ${VERSION} 🥳" ${vfile} Cargo.lock || true
git tag -s ${VERSION} -m "Releasing version ${VERSION}"
git push --tags origin ${VERSION}
git push origin main --no-verify
[[ -n ${NO_PUBLISH:-""} ]] && exit
env CARGO_REGISTRY_TOKEN=$(pass show cargo/token) cargo publish

0 comments on commit 7a29a33

Please # to comment.