Skip to content

Commit

Permalink
fix(.github/workflows/build_on_pull_request): Fix --skip before
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 15, 2024
1 parent 5bbae03 commit c705e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: build --snapshot --skip-before
args: build --snapshot --skip before

0 comments on commit c705e4c

Please sign in to comment.