Skip to content

Commit c16d671

Browse files
authored
removed sb action
1 parent 3b616b7 commit c16d671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
2323
- run: npm run release -- minor --ci
2424
# Deploy storybook to Github pages
25-
- run: npm run deploy-storybook
25+
# - run: npm run deploy-storybook
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)