Skip to content

Commit

Permalink
fix: pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
beneiltis committed Aug 17, 2023
1 parent 214aab9 commit 7e0b147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion version/consts.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

var (
Ver = "1.1.1"
Ver = "1.1.2"
Branch = "develop"
GitCommitHash = "" // ldflags
BuildTimestamp = "" // ldflags
Expand Down

0 comments on commit 7e0b147

Please sign in to comment.