Skip to content

Commit

Permalink
Remove workdir from builder release workflow, restrict to builder tags (
Browse files Browse the repository at this point in the history
open-telemetry#4432)

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Nov 13, 2021
1 parent f72de79 commit 5971c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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:
- 'v*'
- 'cmd/builder/v*'

jobs:
goreleaser:
Expand All @@ -26,7 +26,6 @@ jobs:
distribution: goreleaser-pro
version: latest
args: release --rm-dist
workdir: cmd/builder
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5971c1d

Please sign in to comment.