We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5a7ef commit db010ecCopy full SHA for db010ec
1 file changed
.github/workflows/publish.yml
@@ -28,5 +28,10 @@ jobs:
28
TAG=${GITHUB_REF_NAME}
29
test "$VERSION" = "$TAG"
30
31
+ - id: auth
32
+ uses: rust-lang/crates-io-auth-action@v1
33
+
34
- name: Publish
35
run: cargo publish --locked
36
+ env:
37
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments