We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2a4b0 commit 532ca39Copy full SHA for 532ca39
.github/workflows/publish.yml
@@ -19,8 +19,7 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: 20.x
22
- # TODO: Figure out SAI's local NPM registry
23
- # registry-url: 'https://registry.npmjs.org'
+ registry-url: 'https://registry.npmjs.org'
24
cache: 'npm'
25
26
- name: Install dependencies
@@ -32,8 +31,7 @@ jobs:
32
31
- name: Build
33
run: npm run build
34
35
- ## NEED AN NPM TOKEN TO PUBLISH TO NPM
36
- # - name: Publish to NPM
37
- # run: npm publish --provenance --access public
38
- # env:
39
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - name: Publish to NPM
+ run: npm publish --provenance --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments