Skip to content

Commit

Permalink
Allow any branch to release (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: William Venner <[email protected]>
  • Loading branch information
WilliamVenner and WilliamVenner authored Nov 16, 2022
1 parent 784519c commit 67c5fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ git checkout .

cargo install cargo-release --version "0.23.*"
cargo login "$CARGO_AUTH_KEY"
cargo release publish --execute --no-confirm --workspace --all-features
cargo release publish --execute --no-confirm --allow-branch "*" --workspace --all-features

0 comments on commit 67c5fe3

Please sign in to comment.