Skip to content

Commit 0d901a2

Browse files
authored
Merge pull request #80 from rszwajko/trustedPublish
CNV-70979: Configure trusted publishing
2 parents ad8f053 + 099d936 commit 0d901a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ jobs:
2424
yarn install --frozen-lockfile --ignore-scripts
2525
- run: yarn build
2626
- run: npm publish --provenance --access public
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_FOR_KUBEVIRT_UI_EXT }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubevirt-ui/kubevirt-api",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "kubevirt OpenAPI automation for TypeScript",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)