Skip to content

Commit 73dcdd7

Browse files
committed
fix(release): set npm access with supported command
1 parent 5b4461a commit 73dcdd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: npm publish --access public --provenance --registry=https://registry.npmjs.org
9595

9696
- name: Ensure public npm access
97-
run: npm access public @async/dispatch --registry=https://registry.npmjs.org
97+
run: npm access set status=public @async/dispatch --registry=https://registry.npmjs.org
9898

9999
- name: Verify npm visibility
100100
run: npm view @async/dispatch@$npm_package_version version bin dist.tarball --json --registry=https://registry.npmjs.org

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@async/dispatch",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Installable CLI and bundled Codex skills for coordinating async chats, plans, workers, and receipts.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)