Skip to content

Commit

Permalink
Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Dec 3, 2024
1 parent f20866c commit 9b9663e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: login
args: -- ${{secrets.CARGO_TOKEN}}
- uses: actions-rs/cargo@v1
with:
command: publish
- uses: dtolnay/rust-toolchain@stable
- run: cargo login ${{secrets.CARGO_TOKEN}}
- run: cargo publish

0 comments on commit 9b9663e

Please sign in to comment.