Skip to content

Commit d4032b5

Browse files
committed
The release workflow needs a full checkout
1 parent da846ef commit d4032b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
1012
- run: git push origin HEAD:v1

0 commit comments

Comments
 (0)