Skip to content

Commit

Permalink
ci: publish as public package
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonyuu committed Sep 12, 2024
1 parent dba3cf3 commit e83680a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- run: npm install
- run: npm run build-ts
# - run: npm publish --tag=beta --registry=https://registry-lpm.listenai.com
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
tag: 'beta'
tag: 'beta'
access: 'public'

0 comments on commit e83680a

Please sign in to comment.