Skip to content

Commit bc4eafe

Browse files
committed
fix(repo): Drop redundant registry config step
The registry is already configured by actions/setup-node via the init action's registry-url parameter. The pnpm config set was a separate fix attempt that didn't address the root cause.
1 parent f31aba7 commit bc4eafe

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
# turbo-team: ${{ vars.TURBO_TEAM }}
5050
# turbo-token: ${{ secrets.TURBO_TOKEN }}
5151

52-
- name: Configure npm for provenance
53-
run: pnpm config set registry https://registry.npmjs.org/
54-
5552
- name: Upgrade npm for trusted publishing
5653
run: npm install -g npm@latest
5754

@@ -157,9 +154,6 @@ jobs:
157154
turbo-token: ${{ secrets.TURBO_TOKEN }}
158155
playwright-enabled: true # Must be present to enable caching on branched workflows
159156

160-
- name: Configure npm for provenance
161-
run: pnpm config set registry https://registry.npmjs.org/
162-
163157
- name: Upgrade npm for trusted publishing
164158
run: npm install -g npm@latest
165159

@@ -276,9 +270,6 @@ jobs:
276270
turbo-team: ${{ vars.TURBO_TEAM }}
277271
turbo-token: ${{ secrets.TURBO_TOKEN }}
278272

279-
- name: Configure npm for provenance
280-
run: pnpm config set registry https://registry.npmjs.org/
281-
282273
- name: Upgrade npm for trusted publishing
283274
run: npm install -g npm@latest
284275

0 commit comments

Comments
 (0)