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.
2 parents ef2ebf6 + ecb59c4 commit 3f3dd0dCopy full SHA for 3f3dd0d
.github/workflows/npm-publish.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
node-version: 20
18
- run: npm install-test
19
+ env:
20
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21
22
publish-npm:
23
needs: build
@@ -29,4 +31,4 @@ jobs:
29
31
- run: npm install
30
32
- run: npm publish
33
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/storybook-tests.yml
@@ -22,6 +22,8 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- name: Install dependencies
24
run: npm install
25
26
27
28
- name: Wait for Netlify
uses: probablyup/[email protected]
0 commit comments