From f4bfeb38a2f52d3a57cebca90f734ca56720cb6d Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Fri, 30 Jun 2023 20:39:48 +0200 Subject: [PATCH] fix: Publish command duplication --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c644ee..5a8e527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -224,12 +224,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish cargo package - uses: actions-rs/cargo@v1 - with: - command: publish - args: --token ${{ secrets.CARGO_TOKEN }} - publish: name: Publish cargo package needs: [deploy] @@ -250,6 +244,7 @@ jobs: with: prefix-key: "v0-release-rust" cache-on-failure: true + - name: Publish cargo package uses: actions-rs/cargo@v1 with: