We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5640bfe commit fcc6a17Copy full SHA for fcc6a17
.github/workflows/release.yml
@@ -217,7 +217,7 @@ jobs:
217
export OPT_RELEASE_TAG="--tag ${{ needs.meta.outputs.prerelease-tag }}";
218
fi
219
220
- npm publish -w @bytecodealliance/componentize-js $OPT_DRY_RUN $OPT_RELEASE_TAG $PACKAGE_DIR
+ npm publish -w @bytecodealliance/componentize-js $OPT_DRY_RUN $OPT_RELEASE_TAG $PACKAGE_DIR --access=public
221
222
create-gh-release:
223
runs-on: ubuntu-24.04
0 commit comments