Skip to content

Commit

Permalink
chore(ci): support 1.10.x nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Sep 6, 2022
1 parent 7b4c0fb commit 03a8c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
registryUsername: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
registryPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}

v1_8_x:
v1_10_x:
if: github.repository == 'apache/camel-k'
uses: ./.github/workflows/release-workflow.yml
with:
ref: "release-1.8.x"
ref: "release-1.10.x"
goVersion: "1.17.x"
javaVersion: "11"
secrets:
Expand Down

0 comments on commit 03a8c12

Please sign in to comment.