Skip to content

Commit

Permalink
update goreleaser distro
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Jul 22, 2024
1 parent 8094116 commit 3934417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 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*'
- "v*"

jobs:
goreleaser:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser-pro
distribution: goreleaser
version: latest
args: release --clean -f cmd/builder/.goreleaser.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module-sets:
- go.opentelemetry.io/collector/config/configretry
- go.opentelemetry.io/collector/config/configtls
beta:
version: v0.105.0
version: v0.106.0
modules:
- go.opentelemetry.io/collector
- go.opentelemetry.io/collector/internal/globalgates
Expand Down

0 comments on commit 3934417

Please sign in to comment.