Skip to content

Commit

Permalink
fix publish workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Sep 16, 2024
1 parent 307c99d commit a8d14ff
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" -p starknet-types-core
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a8d14ff

Please sign in to comment.