Skip to content

Commit

Permalink
[chore] update release build job to trigger on v* tag push
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Boten committed Jan 19, 2023
1 parent 1542ad0 commit efac004
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 efac004

Please sign in to comment.