There was an error while loading. Please reload this page.
1 parent 0bf4b12 commit 1905993Copy full SHA for 1905993
.github/workflows/cd-npm.yml
@@ -3,7 +3,7 @@ name: Continuous deployment (NPM)
3
on:
4
push:
5
tags:
6
- - v*
+ - '**'
7
8
jobs:
9
build-and-deploy:
@@ -27,12 +27,7 @@ jobs:
27
- name: Build
28
run: npm run build
29
30
- - name: Create Github release
31
- run: npm run release:create-github-release
32
- env:
33
- CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
-
35
- name: Publish package on npmjs.org
36
- run: npm publish ./dist --access public
+ run: npm publish ./storybook-static --access public
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments