Skip to content

Commit e0405a8

Browse files
committed
Remove access=public from flag to publish package to gh_pkg
1 parent 4e89df3 commit e0405a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Build
5454
run: npm run build
5555

56-
- run: npm publish --access public
56+
- run: npm publish
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)