File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ jobs:
146
146
uses : actions/setup-node@v2-beta
147
147
with :
148
148
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'
151
151
- name : ' Download Artifacts'
152
152
uses : actions/download-artifact@v2
153
153
- name : Relocate Artifacts
@@ -157,5 +157,5 @@ jobs:
157
157
chmod +x ./dist/publish.sh
158
158
./dist/publish.sh
159
159
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 }}
You can’t perform that action at this time.
0 commit comments