We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9063db commit 2dbce2bCopy full SHA for 2dbce2b
.github/workflows/release.yml
@@ -16,24 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v4
20
- - uses: actions/configure-pages@v2
+ - uses: actions/checkout@v4
21
- uses: actions/setup-node@v4
22
with:
23
node-version: 20
24
cache: 'npm'
25
- run: npm ci
26
- run: npm run lint
27
- - run: npm run build && npm run build-storybook
28
-
29
- - name: Upload artifact.
30
- uses: actions/upload-pages-artifact@v1
31
- with:
32
- path: ./storybook-static/
33
34
- - name: Publish storybook build to github pages
35
- id: deployment
36
- uses: actions/deploy-pages@v1
+ - run: npm run build
37
38
- run: npx semantic-release
39
env:
0 commit comments