Skip to content

Commit

Permalink
chore: fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Apr 18, 2023
1 parent 7d809b1 commit 84078b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
args: ${{github.ref_name}}

- name: publishing lib
run: cargo publish --token ${CRATES_TOKEN} -p dcl-crypto --allow-dirty
run: cargo publish --token ${CRATESIO_TOKEN} -p dcl-crypto --allow-dirty
env:
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}

0 comments on commit 84078b3

Please sign in to comment.