We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2813430 commit cb802f5Copy full SHA for cb802f5
.github/workflows/ci.yml
@@ -297,4 +297,4 @@ jobs:
297
src_version=$(node -pe 'require("./package.json").version')
298
npm version --allow-same-version "$BUILD_VERSION"
299
sed -i -e "s/--purs-ver=${src_version//./\\.}/--purs-ver=$BUILD_VERSION/" package.json
300
- npm publish --tag next
+ npm publish --access public
0 commit comments