From 7e0b147d63462ad1cd43197c5db198927b236e15 Mon Sep 17 00:00:00 2001 From: Benedikt Iltisberger Date: Thu, 17 Aug 2023 10:32:16 +0200 Subject: [PATCH] fix: pipeline. --- .github/workflows/main.yml | 2 ++ version/consts.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cb7578..e97785a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,8 @@ jobs: run: | VERSION=v$(grep "Ver" version/consts.go | awk -F "\"" {'print $2'}) gh release create refs/tags/"$VERSION" --title "Release $VERSION" --repo mogenius/punq + env: + GH_TOKEN: ${{ secrets.PUNQ_TOKEN }} - name: Upload binaries run: | diff --git a/version/consts.go b/version/consts.go index a0a4944..3250501 100644 --- a/version/consts.go +++ b/version/consts.go @@ -1,7 +1,7 @@ package version var ( - Ver = "1.1.1" + Ver = "1.1.2" Branch = "develop" GitCommitHash = "" // ldflags BuildTimestamp = "" // ldflags