Compare commits

...

2 Commits

Author SHA1 Message Date
b6064c998f bump ver
Some checks failed
Generate CRDs / generate-crds (push) Has been cancelled
2025-11-24 01:49:26 -06:00
39960bc238 update yml 2025-11-24 01:49:09 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm i
- name: Publish to npm (Trusted Publishing) - name: Publish to npm (Trusted Publishing)
run: npm publish --provenance --access public run: npm publish --provenance --access public

View File

@@ -1,6 +1,6 @@
{ {
"name": "pulumi-extra-crds", "name": "pulumi-extra-crds",
"version": "1.0.3", "version": "1.0.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"generate": "node scripts/generate-crds.js", "generate": "node scripts/generate-crds.js",