Skip to content

Commit

Permalink
fix publish workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Sep 16, 2024
1 parent afc17d9 commit 38940d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Install toolchain
run: rustup show

- name: Dump Github Context
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
echo "CARGO_REGISTRY_TOKEN:" "$CARGO_REGISTRY_TOKEN"
- run: cargo publish --token "$CARGO_REGISTRY_TOKEN" -p starknet-types-core
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 38940d3

Please sign in to comment.