summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:36:58 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:36:58 -0400
commit7ec42f61b0bb9a9ad337c1882e7794c2ab849890 (patch)
tree62bd365eed1d940f43965a66076a82097017315b
parent122aae364d60f4bf05e76cb04a97dcf3b33d4a78 (diff)
.github/workflows/release.yml: fix syntax
-rw-r--r--.github/workflows/release.yml3
-rw-r--r--version/version.go2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d038235..c0c1028 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,7 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- fetch-depth: 0
+ with:
+ fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.23'
diff --git a/version/version.go b/version/version.go
index b6ed7fa..aaa6a0d 100644
--- a/version/version.go
+++ b/version/version.go
@@ -3,4 +3,4 @@
package version
-const Version = "0.8.0-dev.7"
+const Version = "0.8.0-dev.8"