Skip to content

Commit

Permalink
Merge pull request #43 from trilitech/emturner@publish-3
Browse files Browse the repository at this point in the history
publish: fix crypto
  • Loading branch information
emturner authored Sep 6, 2023
2 parents 01407e2 + a0c8a00 commit 6675c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: dry-run (crypto)
run: cargo publish --dry-run -p tezos_crypto
run: cargo publish --dry-run -p tezos_crypto_rs
- name: publish (crypto)
run: cargo publish -p tezos_crypto_rs --token ${CRATES_TOKEN}
env:
Expand All @@ -33,6 +33,7 @@ jobs:
publish-encoding:
runs-on: ubuntu-latest
needs: [publish-crypto, publish-derive]
if: always()
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 6675c1c

Please sign in to comment.