Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jul 31, 2022
1 parent d270e42 commit 6b348cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
toolchain: stable
override: true

- run: |
cargo login $CRATE_TOKEN
cargo publish --token=${CRATE_TOKEN}
- run: cargo publish
env:
CRATES_TOKEN: ${{ secrets.CRATE_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATE_TOKEN }}

0 comments on commit 6b348cf

Please sign in to comment.