Compare commits
2 Commits
585fff9d3c
...
b6064c998f
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6064c998f
|
|||
|
39960bc238
|
2
.github/workflows/publisher.yml
vendored
2
.github/workflows/publisher.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user