Skip to content

Commit

Permalink
Update goreleaser settings (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 authored Mar 27, 2024
1 parent a20973d commit 4e94b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ snapshot:
brews:
- name: kubedump
skip_upload: auto
tap:
repository:
owner: sj14
name: homebrew-tap
description: "Tool for dumping manifests from your Kubernetes clusters"
Expand Down

0 comments on commit 4e94b34

Please sign in to comment.