Skip to content

Commit

Permalink
fix release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 22, 2023
1 parent 34da740 commit d60cf5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---

name: Release

on:
release:
types: [created]
Expand All @@ -18,3 +21,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goversion: go1.21.4

0 comments on commit d60cf5f

Please sign in to comment.