Skip to content

Commit

Permalink
Add goreleaser validation step
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <karl@previousnext.com.au>
  • Loading branch information
Karl Hepworth committed Jun 16, 2024
1 parent 736446d commit 09e82ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ jobs:
-
name: Print version string
run: go run main.go version
-
name: Check GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean --skip=docker --skip=homebrew
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 09e82ed

Please sign in to comment.