Skip to content

Commit

Permalink
fix(release.yml): Typo in crates-io-token
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 29, 2024
1 parent f9a3bcb commit 66bbed9
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 @@ -49,7 +49,7 @@ jobs:
branch: ${{ needs.tag.outputs.branch }}
dry-run: ${{ inputs.dry-run }}
github-token: ${{ secrets.ZETTASCALE_BOT_PERSONAL_ACCESS_TOKEN }}
crates-io-token: ${{ secrets.ZETTASCALE_CRATES_IO_TOKEN }}
crates-io-token: ${{ secrets.ZETTASCALE_BOT_CRATES_IO_TOKEN }}
inter-deps-pattern: ^$

publish-github:
Expand Down

0 comments on commit 66bbed9

Please sign in to comment.