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 3eb2045 commit cb897ab
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
cargo install cargo-release
- name: Login
env: # Or as an environment variable
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
run: |
cargo login $CARGO_TOKEN
cargo login ${{ secrets.CARGO_TOKEN }}
- name: Publish
run: |
cargo release publish \
--workspace
--execute
--all-features
--workspace \
--execute \
--all-features \

0 comments on commit cb897ab

Please sign in to comment.