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 6a9a5ea commit e505bf3Copy full SHA for e505bf3
.github/workflows/release_web_console.yml
@@ -38,6 +38,7 @@ jobs:
38
with:
39
node-version: "20"
40
cache: "yarn"
41
+ registry-url: "https://registry.npmjs.org"
42
43
- name: Install dependencies
44
run: yarn install --immutable
@@ -121,7 +122,7 @@ jobs:
121
122
if: steps.check-version.outputs.exists == 'false'
123
env:
124
NODE_AUTH_TOKEN: ""
- run: npm publish --provenance --access public --registry https://registry.npmjs.org
125
+ run: npm publish --provenance --access public
126
127
update-questdb:
128
name: Update QuestDB Web Console Version
0 commit comments