diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 889580c8..d826084c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,7 +217,7 @@ jobs: export OPT_RELEASE_TAG="--tag ${{ needs.meta.outputs.prerelease-tag }}"; fi - 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 create-gh-release: runs-on: ubuntu-24.04