We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9196432 commit 0dbb574Copy full SHA for 0dbb574
1 file changed
.github/workflows/cli-canary.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: ${{ matrix.node-version }}
33
+ registry-url: 'https://registry.npmjs.org'
34
35
- name: Setup pnpm
36
uses: pnpm/action-setup@v4
@@ -105,6 +106,8 @@ jobs:
105
106
107
echo "📦 Publishing xyd-js@0.0.0-${{ steps.version.outputs.CANARY_VERSION }} with canary tag"
108
npm publish --tag canary
109
+ env:
110
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
111
112
- name: ✅ Success
113
run: |
0 commit comments