From 73014ac385184879fd8c86af6cb99c498b82e163 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 02:28:23 -0600 Subject: [PATCH] bump --- .github/workflows/generate.yml | 2 ++ package.json | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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"