Skip to content

Commit 56a6a28

Browse files
author
Roel van Hintum
committed
Update publish.yml
1 parent 3a85b65 commit 56a6a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm ci --include=dev
2020
npm run build
2121
npm version --git-tag-version=false ${{ github.ref_name }}
22-
npm publish
22+
npm publish --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2525
@@ -36,6 +36,6 @@ jobs:
3636
npm ci --include=dev
3737
npm run build
3838
npm version --git-tag-version=false ${{ github.ref_name }}
39-
npm publish
39+
npm publish --access public
4040
env:
4141
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)