ci: fix path
This commit is contained in:
		
							parent
							
								
									0b0c0b9ea4
								
							
						
					
					
						commit
						bdfa76dca6
					
				|  | @ -37,12 +37,12 @@ jobs: | |||
|       run: pnpm --filter frontend build-storybook | ||||
|     - name: Publish to Chromatic | ||||
|       if: github.ref == 'refs/heads/master' | ||||
|       run: pnpm --filter frontend chromatic --exit-once-uploaded -d packages/frontend/storybook-static | ||||
|       run: pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static | ||||
|       env: | ||||
|         CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | ||||
|     - name: Publish to Chromatic | ||||
|       if: github.ref != 'refs/heads/master' | ||||
|       run: pnpm --filter frontend chromatic --exit-once-uploaded -d packages/frontend/storybook-static $(node packages/frontend/.storybook/changes.js $(git diff-tree --no-commit-id --name-only -r HEAD | xargs)) | ||||
|       run: pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static $(node packages/frontend/.storybook/changes.js $(git diff-tree --no-commit-id --name-only -r ${{ github.events.before }} HEAD | xargs)) | ||||
|       env: | ||||
|         CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | ||||
|     - name: Upload Artifacts | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue