From a32089cb417807fe630d6a702c4eb5d6f3adc67c Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Mon, 18 Dec 2023 10:52:10 +0100 Subject: [PATCH] Fix release --- .github/workflows/cd.yml | 1 - Makefile.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 67897a9..b7dff21 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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: | diff --git a/Makefile.toml b/Makefile.toml index b13b83c..a359fce 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -43,4 +43,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"] \ No newline at end of file +args = ["publish", "--no-verify"] \ No newline at end of file