Skip to content

Commit

Permalink
use goreleaser build instead of release for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 3, 2024
1 parent 64ee9e4 commit dc13ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
with:
distribution: goreleaser-pro
version: '~> v2'
args: release --clean --prepare --snapshot --timeout 90m
args: build --clean --snapshot --timeout 90m
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ release:

.PHONY: goreleaser
goreleaser:
goreleaser release --clean --prepare --snapshot
goreleaser build --clean --snapshot

.PHONY: setup
setup: ## sets up your local env (for mac only)
Expand Down

0 comments on commit dc13ce1

Please sign in to comment.