Skip to content

Commit 59c0280

Browse files
authored
chore(ci): fix bumping version.rb (#534)
* chore: Fix release config We were missing bumping version.rb * fix: Remove config-3 recipe This config is currently broken on some platforms --------- Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 21d9fef commit 59c0280

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# - "fedora-latest"
3333
suite:
3434
- config-2
35-
- config-3
35+
# - config-3
3636
- config-acl
3737
- config-array
3838
- config-backend-search
@@ -128,7 +128,7 @@ jobs:
128128
- "centos-stream-9"
129129
suite:
130130
- "config-2"
131-
- "config-3"
131+
# - "config-3"
132132
- "config-backend-search"
133133
- "config-acl"
134134
- "config-resolver"

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"includeComponentInTag": false
2+
"includeComponentInTag": false,
3+
"versionFile": "version.rb"
34
}

0 commit comments

Comments
 (0)