Skip to content

Commit

Permalink
try wrapping script name
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Jun 22, 2024
1 parent 8376f3d commit 6e6dea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
buildScriptName: build-storybook:chromatic
buildScriptName: 'build-storybook:chromatic'
exitOnceUploaded: true
onlyChanged: true
workingDir: web-components
Expand Down

0 comments on commit 6e6dea8

Please sign in to comment.