diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4faa904..1778280 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -26,6 +26,8 @@ jobs: registry-url: 'https://registry.npmjs.org' # Force latest NPM to support OIDC correctly + # https://github.com/orgs/community/discussions/173102 + # Seriously, what the fuck Github. - name: Update NPM run: npm install -g npm@latest diff --git a/package.json b/package.json index 957f2c4..61734ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "pulumi-extra-crds", - "version": "1.0.10", + "version": "1.0.12", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/GigiaJ/pulumi-crds.git" + }, "scripts": { "generate": "node scripts/generate-crds.js", "build": "tsc -p tsconfig.json"