Skip to content

Commit

Permalink
[chore] revert tag trigger change (#10434)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
codeboten committed Jun 18, 2024
1 parent 40a20a0 commit dd103f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Builder - Release
on:
push:
tags:
- 'cmd/builder/v*'
- 'v*'

jobs:
goreleaser:
Expand Down

0 comments on commit dd103f1

Please sign in to comment.