Skip to content

Commit

Permalink
ci: Adjust gh action for publish cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt23 committed Mar 10, 2023
1 parent 6f4e49d commit e34e3b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo login
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit e34e3b7

Please sign in to comment.