Skip to content

Commit fd7866c

Browse files
authored
fix env (#661)
1 parent 74a0596 commit fd7866c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
command: release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
34+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
3535

3636
# Create a PR with the new versions and changelog, preparing the next release.
3737
release-plz-pr:
@@ -56,4 +56,4 @@ jobs:
5656
command: release-pr
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
59+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}

0 commit comments

Comments
 (0)