Skip to content

Commit cb802f5

Browse files
committed
add npm --access public
1 parent 2813430 commit cb802f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ jobs:
297297
src_version=$(node -pe 'require("./package.json").version')
298298
npm version --allow-same-version "$BUILD_VERSION"
299299
sed -i -e "s/--purs-ver=${src_version//./\\.}/--purs-ver=$BUILD_VERSION/" package.json
300-
npm publish --tag next
300+
npm publish --access public

0 commit comments

Comments
 (0)