Skip to content

Commit 4a7a6fe

Browse files
authored
Update main.yml
1 parent 9fde046 commit 4a7a6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 14
1919
registry-url: https://registry.npmjs.org/
2020
- run: npm ci
21-
- run: npm publish
21+
- run: npm publish --access=public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2424

@@ -34,6 +34,6 @@ jobs:
3434
node-version: 14
3535
registry-url: https://npm.pkg.github.com/
3636
- run: npm ci
37-
- run: npm publish
37+
- run: npm publish --access=public
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)