Skip to content

Commit

Permalink
separated login step
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer C. Imbleau committed Sep 9, 2023
1 parent 982ab0b commit 553dfee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Setup | Toolchain
uses: dtolnay/rust-toolchain@stable

- name: Publish
run: |
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Cargo | Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Cargo | Publish
run: cargo publish

0 comments on commit 553dfee

Please sign in to comment.