Skip to content

Commit

Permalink
remove release command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Nov 4, 2023
1 parent dc7ba65 commit cdcce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: release -p 1 --rm-dist --skip-validate --timeout 150m0s
args: -p 1 --rm-dist --skip-validate --timeout 150m0s
version: latest
strategy:
fail-fast: true
Expand Down

0 comments on commit cdcce80

Please sign in to comment.