Skip to content

Commit

Permalink
gha: update to goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Oct 28, 2024
1 parent b5b1fb3 commit d17d5be
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit d17d5be

Please sign in to comment.