Skip to content

Commit

Permalink
fix publish workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Sep 16, 2024
1 parent 38940d3 commit 7062d13
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ 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 7062d13

Please sign in to comment.