Set create_release to only happen on tags

This commit is contained in:
Malcolm Roberts 2024-02-15 19:22:42 +00:00
parent f740d758ba
commit 8fcda22083

View File

@ -16,4 +16,9 @@ steps:
from_secret: gitea_public_releases
base_url: http://git.mroberts.dev
files: dist/*
checksum: sha256
checksum:
- sha256
- md5
- sha1
when:
event: tag