Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarterbell committed Apr 16, 2024
1 parent 3814a4b commit ffa8081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
cargo install cargo-release
- name: Login
env: # Or as an environment variable
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
cargo login $CARGO_TOKEN
- name: Publish
run: |
Expand Down

0 comments on commit ffa8081

Please sign in to comment.