Skip to content

Commit d154eca

Browse files
Merge pull request #20 from input-output-hk/ci-fix-chromatic-publish
ci: fetch full git history to publish chromatic
2 parents 23412a2 + 25dae92 commit d154eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Collect Workflow Telemetry
2830
uses: catchpoint/workflow-telemetry-action@v2

0 commit comments

Comments
 (0)