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