Skip to content

Commit 1905993

Browse files
committed
ci: modify npm cd
1 parent 0bf4b12 commit 1905993

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/cd-npm.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous deployment (NPM)
33
on:
44
push:
55
tags:
6-
- v*
6+
- '**'
77

88
jobs:
99
build-and-deploy:
@@ -27,12 +27,7 @@ jobs:
2727
- name: Build
2828
run: npm run build
2929

30-
- name: Create Github release
31-
run: npm run release:create-github-release
32-
env:
33-
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
34-
3530
- name: Publish package on npmjs.org
36-
run: npm publish ./dist --access public
31+
run: npm publish ./storybook-static --access public
3732
env:
3833
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)