Skip to content

Commit

Permalink
fix: goreleaser deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 29, 2024
1 parent 3c1c5aa commit 8fea2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.sts-homebrew.outputs.token }}
NUR_GITHUB_TOKEN: ${{ steps.sts-nur.outputs.token }}
AUR_KEY: ${{ secrets.AUR_KEY }}

- name: Install Cloudsmith CLI
run: pip install --upgrade cloudsmith-cli

Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ docker_signs:
checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
Expand Down

0 comments on commit 8fea2dc

Please sign in to comment.