Skip to content

Commit

Permalink
fix: release configuration
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
karlmutch committed Jul 28, 2022
2 parents 29c65b6 + af6b020 commit a5b0f5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release:

builds:
- id: github-release
dir: cmd/github-release
main: cmd/github-release
binary: github-release
tags:
- osusergo
Expand All @@ -27,7 +27,7 @@ builds:
- arm64

- id: license-detector
dir: cmd/license-detector
main: cmd/license-detector
binary: license-detector
tags:
- osusergo
Expand All @@ -46,7 +46,7 @@ builds:
- arm64

- id: semver
dir: cmd/semver
main: cmd/semver
binary: semver
tags:
- osusergo
Expand All @@ -65,7 +65,7 @@ builds:
- arm64

- id: stencil
dir: cmd/stencil
main: cmd/stencil
binary: stencil
tags:
- osusergo
Expand All @@ -84,7 +84,7 @@ builds:
- arm64

- id: artifact
dir: example/artifact
main: example/artifact
binary: artifact
tags:
- osusergo
Expand Down

0 comments on commit a5b0f5f

Please sign in to comment.