Skip to content

Commit

Permalink
update to gorelease 2.0 config syntax (nginx#5700)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored and ssrahul96 committed Jun 20, 2024
1 parent ccd1814 commit a3bed6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
if: github.ref_type == 'tag'

- name: Build binaries
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

env:
- CGO_ENABLED=0

Expand Down Expand Up @@ -94,7 +96,7 @@ builds:
- aws

changelog:
skip: true
disable: true

archives:
- id: archives
Expand Down

0 comments on commit a3bed6d

Please sign in to comment.