Skip to content

Commit

Permalink
fix goreleaser cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Sep 20, 2024
1 parent c4b50ae commit f703fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-testbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: --snapshot --clean --skip-sign -f cmd/builder/.goreleaser.yml
args: --snapshot --clean -f cmd/builder/.goreleaser.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_PAT}}
Expand Down

0 comments on commit f703fc4

Please sign in to comment.