Skip to content

Commit

Permalink
correct publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed May 5, 2024
1 parent f716d92 commit 60cc599
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 @@ -24,6 +24,6 @@ jobs:

# Publish
- name: Publish core
run: cargo publish
run: cargo publish --token ${CIO_TOKEN}
env:
CIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}

0 comments on commit 60cc599

Please sign in to comment.