set access to public

This commit is contained in:
Jacob Overgaard
2023-03-22 08:56:51 +01:00
parent f9cf3d4a5f
commit b0771db733

View File

@@ -61,6 +61,6 @@ jobs:
- run: |
SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-8)
npm version 13.0.0-next.$SHA_SHORT --allow-same-version --no-git-tag-version
- run: npm publish --tag next
- run: npm publish --tag next --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}