Skip to content

Commit eea36ed

Browse files
publish with access=public
1 parent 0d3611d commit eea36ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Set env
1919
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
2020
- run: npm version ${{ env.RELEASE_VERSION }} --no-git-tag-version
21-
- run: npm publish
21+
- run: npm publish --access=public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)