Skip to content

Commit 9611362

Browse files
authored
ci: specify package for cargo publish (#96)
1 parent 018e5e5 commit 9611362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: actions/checkout@v5
1717
- uses: rust-lang/crates-io-auth-action@v1
1818
id: auth
19-
- run: cargo publish
19+
- run: cargo publish -p deno_cache_dir
2020
env:
2121
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)