We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0373136 commit e281745Copy full SHA for e281745
.github/workflows/release.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Publish new version
44
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
45
run: |
46
- echo "${{ secrets.TOKEN_GITHUB_TO_NPM_RW }}" | cargo login
+ echo "${{ secrets.TOKEN_GITHUB_TO_CRATES_RW }}" | cargo login
47
cargo package
48
cargo publish
0 commit comments