github-releases: skip creating release if it already exists (#109)

This commit is contained in:
Max 2026-05-18 22:48:47 +02:00 committed by GitHub
parent f0c30f0769
commit 769c101a1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
{
hercules-ci.github-releases = {
condition = { branch, ... }: branch == "master";
skipIfExists = true;
releaseTag =
_: "v${withSystem config.defaultEffectSystem ({ config, ... }: config.packages.hyprspace.version)}";
filesPerSystem =