Skip to content

Commit 84f25e2

Browse files
committed
wip: fix
1 parent e641c37 commit 84f25e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

blueprint.cue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@ global: ci: {
44
"^check.*$",
55
"^build.*$",
66
"^test.*$",
7-
"^release.*$",
8-
"^publish.*$",
97
]
108
registries: [
119
"ghcr.io/input-output-hk/catalyst-forge-playground",
1210
]
1311
providers: github: registry: "ghcr.io"
14-
tagging: {
15-
aliases: {
16-
"go": "examples/go"
17-
"rust": "examples/rust"
18-
}
19-
strategy: "commit"
20-
}
2112
}

0 commit comments

Comments
 (0)