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 32c7f35 commit 0c7108eCopy full SHA for 0c7108e
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/setup-node@v4
26
with:
27
node-version: lts/*
28
+ registry-url: 'https://registry.npmjs.org'
29
30
- name: Setup pnpm
31
uses: pnpm/action-setup@v4
@@ -79,6 +80,7 @@ jobs:
79
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
NPM_CONFIG_PROVENANCE: true
83
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
84
85
- name: Auto-merge non-major version PR
86
if: steps.changesets.outputs.hasChangesets == 'true' && steps.changesets.outputs.pullRequestNumber != '' && steps.major.outputs.found == 'false'
0 commit comments