We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e052bbc commit 9ae1f92Copy full SHA for 9ae1f92
.github/workflows/release.yml
@@ -14,4 +14,6 @@ jobs:
14
rustup default stable
15
- name: Publish
16
run: cargo publish
17
+ env:
18
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
19
0 commit comments