Skip to content

Commit 7b3900c

Browse files
committed
Fix goreleaser
1 parent 302b978 commit 7b3900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
uses: goreleaser/goreleaser-action@v2
285285
with:
286286
version: latest
287-
args: ${{ !startsWith(github.ref, 'refs/tags/') && 'build --snapshot' || 'release' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --rm-dist --id kubernetes-ingress
287+
args: ${{ !startsWith(github.ref, 'refs/tags/') && 'build --snapshot' || 'release' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --rm-dist ${{ !startsWith(github.ref, 'refs/tags/') && '--id kubernetes-ingress' || '' }}
288288
env:
289289
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
290290
GOPATH: ${{ needs.check.outputs.go_path }}

0 commit comments

Comments
 (0)