summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:35:05 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:35:05 -0400
commit122aae364d60f4bf05e76cb04a97dcf3b33d4a78 (patch)
treecc64c483b174ed4630b9549d520e4fdc3b3784a7
parent0ac9e57f32e46b271e7f54a79caebd6d06a685d9 (diff)
.github/workflows/release.yml: make checkout have all history
-rw-r--r--.github/workflows/release.yml1
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'