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 0dbb574 commit ba3ed9aCopy full SHA for ba3ed9a
1 file changed
.github/workflows/cli-canary.yml
@@ -30,7 +30,6 @@ 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
@@ -106,8 +105,6 @@ jobs:
106
105
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