8000 Merge pull request #210 from tucksaun/ci/build-release · symfony-cli/symfony-cli@316a6a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 316a6a6

Browse files
authored
Merge pull request #210 from tucksaun/ci/build-release
ci: run `goreleaser release` instead of `build` for PR
2 parents be6caf2 + 2239ab2 commit 316a6a6

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