Skip to content

Commit

Permalink
[PLATFORM-1437]: Fix release (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Dec 22, 2023
1 parent fad70a5 commit dce2ab4
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 @@ -32,4 +32,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 dce2ab4

Please sign in to comment.