Skip to content

Commit

Permalink
Merge pull request #8 from ZettaScaleLabs/feat-release-workflow-postf…
Browse files Browse the repository at this point in the history
…ix-2

fix(release.yml): Typo in crates-io-token
  • Loading branch information
fuzzypixelz authored Feb 29, 2024
2 parents 54be262 + 66bbed9 commit 79e47ce
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 79e47ce

Please sign in to comment.