8000 Merge pull request #209 from tucksaun/ci/goreleaser-build · symfony-cli/symfony-cli@be6caf2 · GitHub
[go: up one dir, main page]

Skip to content

Commit be6caf2

Browse files
authored
Merge pull request #209 from tucksaun/ci/goreleaser-build
ci: always run `gorelease build` except for tags
2 parents 67dd666 + ac39841 commit be6caf2

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
@@ -61,7 +61,7 @@ jobs:
6161
name: Run GoReleaser for snapshot
6262
uses: goreleaser/goreleaser-action@v2
6363
# only for PRs and push on branches
64-
if: startsWith(github.ref, 'refs/heads/')
64+
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
6565
with:
6666
version: latest
6767
args: build --rm-dist --snapshot

0 commit comments

Comments
 (0)
0