We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad8f053 + 099d936 commit 0d901a2Copy full SHA for 0d901a2
.github/workflows/release.yaml
@@ -24,5 +24,3 @@ jobs:
24
yarn install --frozen-lockfile --ignore-scripts
25
- run: yarn build
26
- run: npm publish --provenance --access public
27
- env:
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_FOR_KUBEVIRT_UI_EXT }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kubevirt-ui/kubevirt-api",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "kubevirt OpenAPI automation for TypeScript",
5
"type": "module",
6
"exports": {
0 commit comments