ci: only publish on "published" event

From our testing, this is the only event that triggers once-and-only-once per release.
This commit is contained in:
Cole Helbling 2025-06-05 14:16:20 -07:00 committed by GitHub
parent 264d01cecf
commit 5122d3f714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
on: on:
release: release:
types: types:
- released - published
jobs: jobs:
PushLooseTag: PushLooseTag: