fix(release): avoid duplicate prerelease runs

This commit is contained in:
webadderall
2026-03-29 00:55:22 +11:00
parent bf3a36e621
commit 6a84493fba
+1 -1
View File
@@ -2,7 +2,7 @@ name: Publish Release
on:
release:
types: [published, prereleased]
types: [published]
workflow_dispatch:
inputs:
tag_name: