Skip to content

Commit 7971dc6

Browse files
committed
fix-wf
1 parent 1416d3b commit 7971dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
if: steps.check_release.outputs.is_release == 'true'
3131
working-directory: ./rust
3232
run: |
33-
cargo publish --token ${GPUTESTER_CRATES_TOKEN} --package jawe-cuvs
33+
cargo publish --token ${CARGO_REGISTRY_TOKEN} --package jawe-cuvs
3434
env:
3535
CARGO_REGISTRY_TOKEN: ${{ secrets.GPUTESTER_CRATES_TOKEN }}

0 commit comments

Comments
 (0)