10000 ci: always run `gorelease build` except for tags · symfony-cli/symfony-cli@ac39841 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac39841

Browse files
committed
ci: always run gorelease build except for tags
1 parent 67dd666 commit ac39841

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