Skip to content

Commit

Permalink
fix: goreleaser, which were on version 1 before (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: Kasper J. Hermansen <[email protected]>
  • Loading branch information
kjuulh authored Aug 23, 2024
1 parent 9f6c4b3 commit 1a7fd46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -7,7 +8,6 @@ builds:
goarch:
- amd64
- arm64
- "386"
ldflags:
- "-s -w -X github.com/lunarway/shuttle/cmd.version={{.Version}} -X github.com/lunarway/shuttle/cmd.commit={{.Commit}}"

Expand All @@ -26,4 +26,4 @@ release:
name_template: "v{{.Version}}"

changelog:
skip: true
disable: true

0 comments on commit 1a7fd46

Please sign in to comment.