We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cf8bc8 + a130de9 commit 84c1203Copy full SHA for 84c1203
1 file changed
.github/workflows/npm-publish.yml
@@ -33,10 +33,11 @@ jobs:
33
with:
34
node-version: '22'
35
registry-url: 'https://registry.npmjs.org'
36
+ scope: '@kubevirt-ui-ext'
37
- run: |
38
npm version
39
npm clean-install --verbose --ignore-scripts --no-audit
40
- run: npm run build
- - run: npm publish
41
+ - run: npm publish --provenance --access public
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_FOR_KUBEVIRT_UI_EXT }}
0 commit comments