Skip to content

Commit e83680a

Browse files
committed
ci: publish as public package
1 parent dba3cf3 commit e83680a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-beta.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- run: npm install
2727
- run: npm run build-ts
2828
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
29-
- uses: JS-DevTools/npm-publish@v1
29+
- uses: JS-DevTools/npm-publish@v3
3030
with:
3131
token: ${{ secrets.NPM_TOKEN }}
32-
tag: 'beta'
32+
tag: 'beta'
33+
access: 'public'

0 commit comments

Comments
 (0)