8000 ci: run `goreleaser release` instead of `build` for PR · symfony-cli/symfony-cli@2239ab2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2239ab2

Browse files
committed
ci: run goreleaser release instead of build for PR
that way we also test packaging which is handy for PR updating it
1 parent be6caf2 commit 2239ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
6565
with:
6666
version: latest
67-
args: build --rm-dist --snapshot
67+
args: release --rm-dist --snapshot --skip-publish --skip-sign
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
-

0 commit comments

Comments
 (0)
0