Skip to content

Commit 61b4bd2

Browse files
committed
set public
1 parent b304b39 commit 61b4bd2

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
@@ -18,6 +18,6 @@ jobs:
1818
registry-url: "https://registry.npmjs.org"
1919
cache: yarn
2020
- run: yarn install --frozen-lockfile
21-
- run: npm publish
21+
- run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)