Skip to content

Commit 85c9ea2

Browse files
committed
Add additional args to goreleaser
1 parent 5ded3a8 commit 85c9ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ipv6-only.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
8383
with:
8484
version: v2.12.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
85-
args: build --single-target --snapshot --clean
85+
args:
86+
build --single-target --snapshot --clean release --config=./goreleaser.yml --rm-dist
8687
env:
8788
TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317
8889
TELEMETRY_ENDPOINT_INSECURE: "true"

0 commit comments

Comments
 (0)