diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 21:35:05 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 21:35:05 -0400 |
commit | 122aae364d60f4bf05e76cb04a97dcf3b33d4a78 (patch) | |
tree | cc64c483b174ed4630b9549d520e4fdc3b3784a7 /.github/workflows/release.yml | |
parent | 0ac9e57f32e46b271e7f54a79caebd6d06a685d9 (diff) |
.github/workflows/release.yml: make checkout have all history
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe15fa0..d038235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + fetch-depth: 0 - uses: actions/setup-go@v5 with: go-version: '1.23' |