Skip to content

Commit

Permalink
ci: fix goreleaser check
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Feb 13, 2023
1 parent 1e75ed4 commit 9a58477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ brews:
install: |
bin.install "kubepfm"
test: |
assert_match /A simple port-forward wrapper tool for multiple pods\/deployments\/services\/, shell_output("#{bin}/kubepfm -h", 0)
assert_match /A simple port-forward wrapper tool for multiple pods\/deployments\/services/, shell_output("#{bin}/kubepfm -h", 0)

0 comments on commit 9a58477

Please sign in to comment.