We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc711b commit 06d2c73Copy full SHA for 06d2c73
.github/workflows/release.yml
@@ -46,6 +46,11 @@ jobs:
46
runs-on: ubuntu-latest
47
needs: setup
48
steps:
49
+ - name: Checkout the Greatest Code, Nobody Does It Better!
50
+ uses: actions/checkout@v4
51
+ with:
52
+ fetch-depth: 0
53
+
54
- name: Create Release PR or Publish the Greatest Package Ever!
55
id: changesets
56
uses: changesets/action@v1
@@ -60,6 +65,11 @@ jobs:
60
65
61
66
62
67
68
69
70
71
72
63
73
- name: Run Chromatic, Visual Tests So Good, They’ll Blow Your Mind!
64
74
uses: chromaui/action@latest
75
with:
0 commit comments