Skip to content

Commit

Permalink
chore: bump goreleaser action to v6 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Jun 19, 2024
1 parent 2867950 commit ef02468
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
passphrase: ${{ secrets.GPG_PASSWORD }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
env:
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: always()

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean --snapshot --skip=sign
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: terraform-provider-ec
dist: dist

Expand Down Expand Up @@ -36,7 +37,7 @@ checksum:
algorithm: sha256

changelog:
skip: true
disable: true

archives:
- format: zip
Expand Down

0 comments on commit ef02468

Please sign in to comment.