From 972dd1b570f8f52bfd88cb2a24e27c18bd7569a6 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 30 Sep 2023 20:38:48 +0200 Subject: [PATCH] release test --- .gitea/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f63b5e5..308471b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,6 +14,11 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2 with: