We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018e5e5 commit 9611362Copy full SHA for 9611362
.github/workflows/publish.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: actions/checkout@v5
17
- uses: rust-lang/crates-io-auth-action@v1
18
id: auth
19
- - run: cargo publish
+ - run: cargo publish -p deno_cache_dir
20
env:
21
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments