Skip to content

Commit 70e3dd8

Browse files
committed
fix: remove tagging field
1 parent 3584fb1 commit 70e3dd8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

blueprint.cue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ global: {
66
"^build(-.*)?$",
77
"^package(-.*)?$",
88
"^test(-.*)?$",
9-
"^release(-.*)?$",
10-
"^publish(-.*)?$",
119
]
1210
registries: [
1311
ci.providers.aws.ecr.registry,
@@ -44,8 +42,9 @@ global: {
4442
path: "GITHUB_TOKEN"
4543
},
4644
]
47-
tagging: {
48-
strategy: "commit"
49-
}
45+
}
46+
repo: {
47+
defaultBranch: "main"
48+
name: "input-output-hk/catalyst-libs"
5049
}
5150
}

0 commit comments

Comments
 (0)