Skip to content

Commit fca0d14

Browse files
committed
added public access to package while publishing
1 parent ab5d911 commit fca0d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ jobs:
8383
- name: Publish package
8484
uses: JS-DevTools/npm-publish@v1
8585
with:
86-
token: ${{ secrets.NPM_AUTH_TOKEN }}
86+
access: 'public'
8787
dry-run: false
8888
check-version: true
89+
token: ${{ secrets.NPM_AUTH_TOKEN }}
8990
if: success()
9091

9192
- name: Revert package.json and package-lock.json

0 commit comments

Comments
 (0)