We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8e329 commit ceb72ebCopy full SHA for ceb72eb
1 file changed
.github/workflows/npm_publish.yml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
# Ensure npm 11.5.1 or later is installed
29
- name: Update npm
30
- run: sudo npm install -g npm@latest
+ run: npm install -g npm@latest
31
- name: Publish to npm
32
working-directory: ./web-client/dist
33
run: npm publish
0 commit comments