Skip to content

Commit 532ca39

Browse files
committed
Removed commented out publish process and registry url.
1 parent 2f2a4b0 commit 532ca39

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20.x
22-
# TODO: Figure out SAI's local NPM registry
23-
# registry-url: 'https://registry.npmjs.org'
22+
registry-url: 'https://registry.npmjs.org'
2423
cache: 'npm'
2524

2625
- name: Install dependencies
@@ -32,8 +31,7 @@ jobs:
3231
- name: Build
3332
run: npm run build
3433

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 }}
34+
- name: Publish to NPM
35+
run: npm publish --provenance --access public
36+
env:
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)