Skip to content

Commit

Permalink
cargo-release should be in the standard installation (#30)
Browse files Browse the repository at this point in the history
* cargo-release is used? I think release is in the standard installation

* Review mae

* Update Makefile.toml

Co-authored-by: MaeIsBad <[email protected]>

---------

Co-authored-by: MaeIsBad <[email protected]>
  • Loading branch information
cottinisimone and MaeIsBad authored Dec 13, 2023
1 parent fd9bf0e commit 4d47580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-release
- uses: taiki-e/install-action@cargo-make
- name: Get version
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ env = { "RUSTDOCFLAGS" = "-Dwarnings" }
[tasks.release]
description = "Task to release the package to crates.io"
command = "cargo"
args = ["release", "publish", "--no-confirm", "--allow-branch \"*\"", "--all-features", "--execute"]
args = ["publish", "--no-verify"]

0 comments on commit 4d47580

Please sign in to comment.