Skip to content

Commit

Permalink
Merge pull request #2969 from redpanda-data/DEVPROD-1690-goreleaser-v2
Browse files Browse the repository at this point in the history
update to goreleaser v2
  • Loading branch information
Jeffail authored Oct 31, 2024
2 parents 9ec85e5 + 3275e72 commit 595c5d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cross_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --snapshot --timeout 120m
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --release-notes=./release_notes.md --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/upload_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ jobs:
if: ${{ env.DRY_RUN != 'false' }}
uses: goreleaser/goreleaser-action@v6
with:
version: 1.26.2
args: build --snapshot
- name: Build binaries
# Only one way to not dry run - see 'false'. All other cases, conservatively assume --dry-run
if: ${{ env.DRY_RUN == 'false' }}
uses: goreleaser/goreleaser-action@v6
with:
version: 1.26.2
args: build
- name: Upload connect plugin to S3
uses: ./.github/actions/upload_managed_plugin
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
project_name: redpanda-connect
version: 1
version: 2
builds:
- id: connect
main: cmd/redpanda-connect/main.go
Expand Down

0 comments on commit 595c5d2

Please sign in to comment.