Skip to content

Commit 92ddf4d

Browse files
committed
Allow release tags with a pre-release label
1 parent 6ab8748 commit 92ddf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hercules-ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
outputs.effects = withSystem "x86_64-linux"
2323
({ hci-effects, config, ... }:
2424
hci-effects.runIf
25-
(herculesArgs.config.repo.tag != null && (builtins.match "v[0-9]+" herculesArgs.config.repo.tag) != null)
25+
(herculesArgs.config.repo.tag != null && (builtins.match "v([0-9])+(\.[0-9]+)*(-[a-zA-Z]+)*" herculesArgs.config.repo.tag) != null)
2626
(hci-effects.cargoPublish
2727
{
2828
src = config.packages.plutus-ledger-api-rust-src;

0 commit comments

Comments
 (0)