Skip to content

Commit

Permalink
Update GoReleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
watal authored and Motok1 committed Mar 10, 2023
1 parent 25a4d60 commit 178d6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version-file: 'go.mod'
cache: true

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builds:

archives:
- id: archive
rlcp: true
files:
- LICENSE
- CREDITS
Expand Down

0 comments on commit 178d6a6

Please sign in to comment.