Skip to content

Commit

Permalink
Fixed WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiCorrea committed Feb 12, 2024
1 parent 3f8a131 commit 2e0b024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
fetch-depth: 0

- name: Install dependencies
# ⚠️ Pick one of these, matching the package manager for your project
run: npm ci
run: pnpm install
run: yarn install --immutable --immutable-cache --check-cache
- run: npm ci
- run: pnpm install
- run: yarn install --immutable --immutable-cache --check-cache

- name: Publish to Chromatic
uses: chromaui/action@latest
with:
# ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxicorrea/mx-button",
"version": "1.0.10",
"version": "1.0.11",
"description": "React MxButton Component",
"author": {
"name": "MaxiCorrea"
Expand Down

0 comments on commit 2e0b024

Please sign in to comment.