Skip to content

Commit

Permalink
ci: Simplify release workflow (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jul 12, 2024
1 parent 6864fce commit 768c40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
version: v2.0.1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ builds:
archives:
- id: tarball
format: tar.gz
- id: bin
format: binary
wrap_in_directory: false
name_template: "src_{{ .Os }}_{{ .Arch }}"

dockers:
- ids:
Expand Down

0 comments on commit 768c40a

Please sign in to comment.