Skip to content

Commit 1a9a695

Browse files
authored
Merge pull request #4 from BCSDLab/action
access=public 추가
2 parents 063f0b1 + 5b8415d commit 1a9a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PACKAGE_PUBLISH_ACTION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm version patch
3535

3636
- name: publish
37-
run: npm publish
37+
run: npm publish --access=public
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_PUBLISH_TOKEN }}
4040

0 commit comments

Comments
 (0)