chore(ci): Always exit 0 💚
Some checks failed
CI / build (push) Failing after 10s

This commit is contained in:
2024-07-22 23:24:07 +12:00
parent 1e155a7509
commit dbe43b9819

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 || exit
--provider=gitea; exit 0
env:
GITEA_TOKEN: ${{ secrets.G_TOKEN }}
GITEA_HOST: ${{ secrets.G_SERVER_URL}}