File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Release
22on :
33 push :
44 branches : [main]
5+ workflow_dispatch :
56permissions :
67 contents : write
78 pull-requests : write
@@ -17,11 +18,14 @@ jobs:
1718 with :
1819 node-version-file : " .nvmrc"
1920 cache : " yarn"
20- registry-url : " https://registry.npmjs.org"
21+ # Note: Do NOT set registry-url here — it creates a NODE_AUTH_TOKEN
22+ # that conflicts with npm OIDC trusted publishing
2123 - name : Setup Deno
2224 uses : denoland/setup-deno@v2
2325 with :
2426 deno-version : v2.x
27+ - name : Configure npm registry
28+ run : npm config set registry https://registry.npmjs.org/
2529 - name : Install dependencies
2630 run : yarn
2731 - name : Create Release Pull Request or Publish
Original file line number Diff line number Diff line change 1- v18.20.2
1+ v25
You can’t perform that action at this time.
0 commit comments