Skip to content

Commit a4e44d7

Browse files
authored
fix: correct TCK version references in GitHub actions (#2285)
Signed-off-by: Michael Edgar <[email protected]>
1 parent 64ce937 commit a4e44d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- title: "4.0.x"
101101
tck-version: "4.0.2"
102102
- title: "4.1.x"
103-
tck-version: "4.1-RC1"
103+
tck-version: "4.1"
104104

105105
name: MicroProfile OpenAPI TCK ${{ matrix.title }}
106106
steps:

.github/workflows/publish-tck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
#- tck-version: "3.0"
2121
#- tck-version: "3.1.1"
2222
- tck-version: "4.0.2"
23-
- tck-version: "4.1-RC1"
23+
- tck-version: "4.1"
2424

2525
name: MicroProfile OpenAPI TCK ${{ matrix.tck-version }}
2626
steps:

0 commit comments

Comments
 (0)