Skip to content

Commit

Permalink
ci: fix Storybook brancj
Browse files Browse the repository at this point in the history
  • Loading branch information
seiry committed Nov 11, 2023
1 parent 50474d8 commit 6072735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build and Deploy Storybook
run: yarn deploy-storybook --ci
run: yarn deploy-storybook --ci --source-branch main
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 6072735

Please sign in to comment.