Skip to content

Commit 12eda03

Browse files
committed
fix: properly update FKC version
Signed-off-by: Chris Laprun <[email protected]>
1 parent 0bdb0cc commit 12eda03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ jobs:
140140
repository: fabric8io/kubernetes-client
141141
path: fkc
142142

143-
- name: Build Quarkus PR if requested
143+
- name: Build Fabrtic8 client PR if requested
144144
if: "${{ inputs.fkc-pr != '' }}"
145145
id: build-fkc-pr
146146
run: |
147147
cd fkc
148148
git fetch origin pull/${{ github.event.inputs.fkc-pr }}/head:pr-to-check
149149
git switch pr-to-check
150-
./update-version.sh 999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT
150+
mvn versions:set -DnewVersion=999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT versions:commit
151151
echo "f8_pr_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
152152
mvn clean install -DskipTests
153153
cd -

0 commit comments

Comments
 (0)