Skip to content

Commit

Permalink
goreleaser config change
Browse files Browse the repository at this point in the history
  • Loading branch information
lqqyt2423 committed Jul 18, 2023
1 parent 93c6055 commit b48ddd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewProxy(opts *Options) (*Proxy, error) {

proxy := &Proxy{
Opts: opts,
Version: "1.6.3",
Version: "1.6.4",
Addons: make([]Addon, 0),
}

Expand Down

0 comments on commit b48ddd8

Please sign in to comment.