Skip to content

Commit e505bf3

Browse files
committed
fix: registry-url in setup-node, unset NODE_AUTH_TOKEN in publish
1 parent 6a9a5ea commit e505bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_web_console.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
node-version: "20"
4040
cache: "yarn"
41+
registry-url: "https://registry.npmjs.org"
4142

4243
- name: Install dependencies
4344
run: yarn install --immutable
@@ -121,7 +122,7 @@ jobs:
121122
if: steps.check-version.outputs.exists == 'false'
122123
env:
123124
NODE_AUTH_TOKEN: ""
124-
run: npm publish --provenance --access public --registry https://registry.npmjs.org
125+
run: npm publish --provenance --access public
125126

126127
update-questdb:
127128
name: Update QuestDB Web Console Version

0 commit comments

Comments
 (0)