Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Sep 16, 2024
1 parent 245907a commit 15191dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install toolchain
run: rustup show

- run: cargo publish --dry-run --token ${CARGO_REGISTRY_TOKEN}
- run: cargo publish --dry-run --token $CARGO_REGISTRY_TOKEN
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 15191dc

Please sign in to comment.