Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed Jan 17, 2024
1 parent cdb6d6a commit 4cd12e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ builds:
- windows
goarch:
- amd64
- arm64
- main: ./cmd/protoc-gen-go-enum/main.go
id: protoc-gen-go-enum
binary: protoc-gen-go-enum
Expand All @@ -20,7 +19,6 @@ builds:
- windows
goarch:
- amd64
- arm64
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
format: binary

0 comments on commit 4cd12e0

Please sign in to comment.