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 5b358fd commit 24ab47aCopy full SHA for 24ab47a
.github/actions/yarn/action.yml
@@ -8,6 +8,7 @@ runs:
8
uses: actions/setup-node@v4
9
with:
10
node-version-file: .nvmrc
11
+ registry-url: 'https://registry.npmjs.org'
12
- uses: actions/cache@v4
13
14
path: |
.github/workflows/publish.yml
@@ -44,6 +44,7 @@ jobs:
44
HUSKY_ENABLED: true
45
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
46
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48
run: npx auto shipit
49
50
publish-check:
0 commit comments