Skip to content

Commit 826432c

Browse files
committed
ci: Fetch whole repo to prevent issues when determining changes
1 parent 5e05c0a commit 826432c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_workspace.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949

5050
- name: Checkout
5151
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
52-
52+
with:
53+
fetch-depth: 0
54+
5355
- name: Set up Node
5456
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
5557
with:

0 commit comments

Comments
 (0)