1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

build: only notify generate-releases on a release

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker
2023-01-11 09:40:12 -03:00
parent 4ec9509951
commit e90193b6e8

View File

@@ -18,6 +18,7 @@ jobs:
needs: [ goreleaser ]
steps:
- uses: benc-uk/workflow-dispatch@v121
if: startsWith(github.ref, 'refs/tags/v')
with:
repo: goreleaser/goreleaser
ref: main