Skip to content

Commit

Permalink
chore: remove deprecated goreleaser property
Browse files Browse the repository at this point in the history
  • Loading branch information
viktomas committed May 19, 2024
1 parent a631052 commit 979d055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v3
-
name: Run GoReleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: v1.26.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 1 addition & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ builds:
- windows
- darwin
- freebsd
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -27,8 +20,7 @@ changelog:
- '^docs:'
- '^test:'
brews:
-
tap:
- tap:
owner: viktomas
name: homebrew-taps
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 979d055

Please sign in to comment.