Skip to content

Commit

Permalink
[chore] update release build job to trigger on v* tag push (open-tele…
Browse files Browse the repository at this point in the history
…metry#6976)

In the last 3 releases, this job has created a release for the cmd/builder/v* tag, which caused an issue in the release process and introduced additional manual steps. An alternative to this would be to create two releases, one for the builder and one for the collector, but that seems overkill at this point.

Fix open-telemetry#6849

Signed-off-by: Alex Boten <aboten@lightstep.com>

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Jan 23, 2023
1 parent a0818e6 commit 1301055
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 1301055

Please sign in to comment.