Skip to content

Commit c24bcbd

Browse files
authored
Update tokenizer-ts-release.yml to publish to npmjs
Signed-off-by: Shengyu Fu <[email protected]>
1 parent ab64002 commit c24bcbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tokenizer-ts-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 18
19-
registry-url: 'https://npm.pkg.github.com'
19+
registry-url: 'https://registry.npmjs.org'
2020
scope: '@microsoft'
2121
always-auth: true
2222
- run: npm ci
2323
- run: npm run build
2424
- run: npm run test
2525
- run: npm publish --access public
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
- uses: actions/upload-artifact@v3
2929
with:
3030
name: npm-package

0 commit comments

Comments
 (0)