Skip to content

Commit

Permalink
chore: 크로마틱 배포 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 17, 2024
1 parent 7f5cbcf commit 2e040fa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ jobs:
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

- name: Build packages
run: pnpm build

- name: Publish Chromatic
id: chromatic
uses: chromaui/action@v1
with:
workingDir: packages/wow-ui/src
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.TOKEN }}

- name: Create comment PR
uses: thollander/actions-comment-pull-request@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
message: "🚀 storybook: ${{ steps.chromatic.outputs.storybookUrl }}"
token: ${{ secrets.TOKEN }}

0 comments on commit 2e040fa

Please sign in to comment.