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 7e0b147 commit 9a75c81
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 @@ -39,6 +39,8 @@ jobs:
for build in builds/*; do
gh release upload "$VERSION" "$build" --repo mogenius/punq
done
env:
GH_TOKEN: ${{ secrets.PUNQ_TOKEN }}

- name: Create release in another repo
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.2"
Ver = "1.1.3"
Branch = "develop"
GitCommitHash = "" // ldflags
BuildTimestamp = "" // ldflags
Expand Down

0 comments on commit 9a75c81

Please sign in to comment.