Skip to content

Commit 9ae1f92

Browse files
committed
Fix release workflow
1 parent e052bbc commit 9ae1f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
rustup default stable
1515
- name: Publish
1616
run: cargo publish
17+
env:
18+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1719

0 commit comments

Comments
 (0)