Skip to content

Commit dd103f1

Browse files
authored
[chore] revert tag trigger change (#10434)
This causes the goreleaser and gh release steps to conflict as the goreleaser will create a release for the builder tag, and gh release will try to create the same. See https://github.com/open-telemetry/opentelemetry-collector/actions/runs/9568657405/job/26379389384 for more details Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 40a20a0 commit dd103f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Builder - Release
33
on:
44
push:
55
tags:
6-
- 'cmd/builder/v*'
6+
- 'v*'
77

88
jobs:
99
goreleaser:

0 commit comments

Comments
 (0)