Skip to content

Commit

Permalink
Add release options
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbursian committed Jun 29, 2024
1 parent b3a1179 commit bf627d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
with:
go-version: 1.22.3

- name: Build
run: go build -o mnk

- name: Test
run: go test ./...

- name: Build
run: go build -o mnk

- name: Release
uses: softprops/action-gh-release@v1
with:
files: mnk
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: false
generate_release_notes: true

0 comments on commit bf627d4

Please sign in to comment.