mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
github-releases: skip creating release if it already exists (#109)
This commit is contained in:
parent
f0c30f0769
commit
769c101a1f
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user