Skip to content

Commit

Permalink
fix: Publish command duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 30, 2023
1 parent 74dfd7c commit f4bfeb3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down

0 comments on commit f4bfeb3

Please sign in to comment.