Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Garbrandt committed Mar 31, 2021
1 parent 9ab57e1 commit 2c05d33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release
on: [push]
on:
create:
tags:
- v*
jobs:
release:
name: Release on GitHub
Expand All @@ -20,4 +23,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
with:
args: release --snapshot --rm-dist
args: release --rm-dist
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .ShortCommit }}-next"
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down
File renamed without changes.

0 comments on commit 2c05d33

Please sign in to comment.