From 6d5e1f81b4ed6c6f0c9f7512f2552119f4bdde9c Mon Sep 17 00:00:00 2001 From: Akash Jag Date: Tue, 23 Jun 2026 22:47:54 -0700 Subject: [PATCH] fix(release): workflow bug fixes --- .github/CODEOWNERS | 6 +++--- .github/workflows/release.yml | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3d5ff8..9b7892d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,6 @@ .github/ @ajag408 @Philippoes @petar-omni @jdomingos @raiseerco # Supply chain critical files -- lockfile, install config, package manifest -.npmrc @ajag408 @Philippoes @petar-omni @jdomingos @raiseerco -package.json @ajag408 @Philippoes @petar-omni @jdomingos @raiseerco -pnpm-lock.yaml @ajag408 @Philippoes @petar-omni @jdomingos @raiseerco \ No newline at end of file +.npmrc @ajag408 @Philippoes @jdomingos @raiseerco +package.json @ajag408 @Philippoes @jdomingos @raiseerco +pnpm-lock.yaml @ajag408 @Philippoes @jdomingos @raiseerco \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b1198e..d7e8755 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: Install pnpm shell: bash run: | - npm install -g corepack@0.35.0 + npm install -g corepack@0.35.0 --force corepack enable corepack prepare pnpm@10.33.1 --activate @@ -109,7 +109,7 @@ jobs: - name: Install pnpm shell: bash run: | - npm install -g corepack@0.35.0 + npm install -g corepack@0.35.0 --force corepack enable corepack prepare pnpm@10.33.1 --activate @@ -150,6 +150,7 @@ jobs: id-token: write strategy: + fail-fast: false matrix: include: - os: ubuntu-latest @@ -205,7 +206,7 @@ jobs: - name: Install pnpm shell: bash run: | - npm install -g corepack@0.35.0 + npm install -g corepack@0.35.0 --force corepack enable corepack prepare pnpm@10.33.1 --activate