chore(ci): Don't bail on no change 💚
Some checks failed
CI / build (push) Failing after 10s

This commit is contained in:
2024-07-22 23:18:01 +12:00
parent 1b32e407aa
commit 1e155a7509

View File

@@ -16,7 +16,7 @@ jobs:
/usr/local/bin/semantic-release --version-file \
--changelog .generated-go-semantic-release-changelog.md \
--hooks exec \
--provider=gitea
--provider=gitea || exit
env:
GITEA_TOKEN: ${{ secrets.G_TOKEN }}
GITEA_HOST: ${{ secrets.G_SERVER_URL}}