Skip to content

Commit

Permalink
chore(task): add release task
Browse files Browse the repository at this point in the history
add release task

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Jul 11, 2022
1 parent 16d8fcb commit 1f439e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,7 @@ tasks:
- task: windows_386.exe
- task: windows_amd64.exe
- task: windows_amd64_v3.exe
release:
cmds:
- task: default
- ghr -u finb -t $GITHUB_TOKEN -replace -recreate -name "Bump {{.BUILD_VERSION}}" --debug {{.BUILD_VERSION}} dist

0 comments on commit 1f439e0

Please sign in to comment.