Skip to content

Commit

Permalink
chore: starting release branch for release-3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Sep 1, 2023
1 parent 3433a82 commit 12f35b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-automatic-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ jobs:
branch-ref: "main"
secretGithubToken: ${{ secrets.GITHUB_TOKEN }}

release-1_17_x:
release-3_2_x:
if: github.repository == 'apache/camel-k-runtime'
runs-on: ubuntu-20.04
name: Automatic updates on release-1.17.x branch
name: Automatic updates on release-3.2.x branch
steps:
- name: "Checkout code"
uses: actions/checkout@v3
with:
ref: release-1.17.x
ref: release-3.2.x
persist-credentials: false
submodules: recursive
- name: Automatic updates on release-1.17.x
- name: Automatic updates on release-3.2.x
uses: ./.github/actions/automatic-updates
with:
branch-ref: "release-1.17.x"
branch-ref: "release-3.2.x"
secretGithubToken: ${{ secrets.GITHUB_TOKEN }}

release-2_16_x:
Expand Down

0 comments on commit 12f35b6

Please sign in to comment.