We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab64002 commit c24bcbdCopy full SHA for c24bcbd
.github/workflows/tokenizer-ts-release.yml
@@ -16,15 +16,15 @@ jobs:
16
- uses: actions/setup-node@v3
17
with:
18
node-version: 18
19
- registry-url: 'https://npm.pkg.github.com'
+ registry-url: 'https://registry.npmjs.org'
20
scope: '@microsoft'
21
always-auth: true
22
- run: npm ci
23
- run: npm run build
24
- run: npm run test
25
- run: npm publish --access public
26
env:
27
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- uses: actions/upload-artifact@v3
29
30
name: npm-package
0 commit comments