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 e008cd7 commit 4bba8daCopy full SHA for 4bba8da
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: 22
20
cache: yarn
21
cache-dependency-path: "**/yarn.lock"
22
+ registry-url: "https://registry.npmjs.org"
23
24
- name: Install Packages
25
run: yarn install
@@ -30,9 +31,10 @@ jobs:
30
31
run: npx extract-changelog-release > RELEASE_BODY.md
32
33
- name: Publish to NPM
- run: npm publish
34
+ run: yarn npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
39
- name: Create GitHub Release
40
uses: ncipollo/release-action@v1
0 commit comments