Skip to content

Commit 860e2b0

Browse files
authored
Merge pull request #6 from MFB-Technologies-Inc/fix-publish-workflow
fix publish workflow by fixing package access
2 parents 1ea7b4d + ca7133e commit 860e2b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Publish package
3030
uses: JS-DevTools/npm-publish@v1
3131
with:
32-
token: ${{ secrets.NPM_TOKEN }}
32+
token: ${{ secrets.NPM_TOKEN }}
33+
access: "public"

0 commit comments

Comments
 (0)