Skip to content

Commit fabbe15

Browse files
committed
ci: try again with goreleaser & install state
1 parent 2772677 commit fabbe15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,12 @@ jobs:
148148
- name: Install GoReleaser
149149
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
150150
with:
151-
args: check
152-
# We also rely upon it being installed, for the `task release:snapshot` below
151+
install-only: true
152+
# if we use 'args: check' then it doesn't _also_ install.
153+
# `install-only` might lead one to infer that it is always installed and we're cutting back, but no.
154+
155+
- name: Validate goreleaser config
156+
run: goreleaser check
153157

154158
- name: Test snapshot build
155159
run: task release:snapshot

0 commit comments

Comments
 (0)