Skip to content

Commit 60454ff

Browse files
committed
Fix publishing workflow
1 parent 6c9f7c2 commit 60454ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
node-version: "20.x"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19-
- run: npm publish
19+
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)