Skip to content

Commit

Permalink
go-releaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hekki committed Dec 19, 2024
1 parent 0a6b688 commit e77a4df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: 'go.mod'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build:
skip: true
version: 2
builds:
- skip: true
release:
draft: false
changelog:
skip: false
disable: false

0 comments on commit e77a4df

Please sign in to comment.