Skip to content

Commit

Permalink
downgrade Chromatic action to v11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed May 7, 2024
1 parent c80608f commit b4105c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# we technically only need to build the dependencies of SRC, but Nx doesn't expose an easy way to do that
run: pnpm nx run synapse-react-client:build
- name: Publish to Chromatic
uses: chromaui/action@v11
uses: chromaui/action@v11.3.0
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/synapse-react-client
Expand Down

0 comments on commit b4105c0

Please sign in to comment.