liatrio / gh-trusted-builds-attestations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only run goreleaser if there's a new version

alexashley opened this issue · comments

Follow up to #19

Depending on the conventional commit prefix, we may not release a new version. The workflow should skip the goreleaser step if there's no release. One way to do this is to have install the exec plugin for semantic-release and have that an output that can be used to guard the release.

Example failing job: https://github.com/liatrio/gh-trusted-builds-attestations/actions/runs/8282146755/job/22662585255