Skip to content

Commit 0ea74ad

Browse files
committed
Nvm
1 parent 731456a commit 0ea74ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
uses: actions/setup-node@v2-beta
147147
with:
148148
node-version: '16'
149-
registry-url: 'https://wombat-dressing-room.appspot.com'
150-
# registry-url: 'https://registry.npmjs.org'
149+
# registry-url: 'https://wombat-dressing-room.appspot.com'
150+
registry-url: 'https://registry.npmjs.org'
151151
- name: 'Download Artifacts'
152152
uses: actions/download-artifact@v2
153153
- name: Relocate Artifacts
@@ -157,5 +157,5 @@ jobs:
157157
chmod +x ./dist/publish.sh
158158
./dist/publish.sh
159159
env:
160-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
161-
# NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_NPM_TOKEN }}
160+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
161+
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_NPM_TOKEN }}

0 commit comments

Comments
 (0)