Skip to content

Commit

Permalink
Generate release in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion committed May 18, 2023
1 parent cef86d0 commit 4205562
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
go-version: '1.20'
- run: go build ./cmd/gokart.go
- run: zip gokart-prompt.zip gokart gokart.* README.md
# - uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v1
with:
files: gokart-prompt.zip
draft: true
generate_release_notes: true

0 comments on commit 4205562

Please sign in to comment.