We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28e033 commit 5f113d5Copy full SHA for 5f113d5
2 files changed
.github/workflows/changesets-publish.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v6
19
+ with:
20
+ fetch-depth: 0 # Need full history for git operations
21
22
- name: Setup Go
23
uses: actions/setup-go@v6
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
48
49
50
51
52
53
.github/workflows/changesets-version-pr.yml
@@ -15,6 +15,8 @@ jobs:
15
- name: Configure Git
run: |
0 commit comments