Skip to content

Commit 84c1203

Browse files
authored
Merge pull request #8 from rszwajko/fixNpmFlow
Provide additional params to npm publish
2 parents 1cf8bc8 + a130de9 commit 84c1203

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
with:
3434
node-version: '22'
3535
registry-url: 'https://registry.npmjs.org'
36+
scope: '@kubevirt-ui-ext'
3637
- run: |
3738
npm version
3839
npm clean-install --verbose --ignore-scripts --no-audit
3940
- run: npm run build
40-
- run: npm publish
41+
- run: npm publish --provenance --access public
4142
env:
4243
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_FOR_KUBEVIRT_UI_EXT }}

0 commit comments

Comments
 (0)