Skip to content

Commit ba3ed9a

Browse files
committed
fix(canary-release): match build-release auth setup exactly
Remove registry-url from setup-node and NODE_AUTH_TOKEN env var to match build-release.yml which uses only ~/.npmrc with token.
1 parent 0dbb574 commit ba3ed9a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/cli-canary.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node-version }}
33-
registry-url: 'https://registry.npmjs.org'
3433

3534
- name: Setup pnpm
3635
uses: pnpm/action-setup@v4
@@ -106,8 +105,6 @@ jobs:
106105
107106
echo "📦 Publishing xyd-js@0.0.0-${{ steps.version.outputs.CANARY_VERSION }} with canary tag"
108107
npm publish --tag canary
109-
env:
110-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
111108
112109
- name: ✅ Success
113110
run: |

0 commit comments

Comments
 (0)