Skip to content

Commit

Permalink
build: fix deprecated goreleaser config options
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Sep 14, 2023
1 parent c1fb400 commit 38f7788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project_name: filebrowser
env:
- GO111MODULE=on

build:
builds:
env:
- CGO_ENABLED=0
ldflags:
Expand Down Expand Up @@ -186,7 +186,7 @@ docker_manifests:
- "filebrowser/filebrowser:v{{ .Major }}-arm64-s6"
brews:
- name: filebrowser
tap:
repository:
owner: filebrowser
name: homebrew-tap
folder: Formula
Expand Down

0 comments on commit 38f7788

Please sign in to comment.