Skip to content

Commit

Permalink
Fix branch name and title for updatecli bump PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 25, 2024
1 parent 0e2f05e commit c29b0d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ jobs:
with:
version: v0.54.0

- name: Set required environment variables
- name: Set updatecli required environment variables
run: |
echo "ACTIVEMQ_BASE_VERSION=${{ matrix.activemq_base_version }}" >> $GITHUB_ENV
echo "ACTIVEMQ_VERSION=$(jq -r '.activemq_version' versions/activemq-${{ matrix.activemq_base_version }}.json)" >> $GITHUB_ENV
- name: Run updatecli
run: |
updatecli apply
- name: Set environment variables after updatecli
run: |
echo "ACTIVEMQ_VERSION=$(jq -r '.activemq_version' versions/activemq-${{ matrix.activemq_base_version }}.json)" >> $GITHUB_ENV
- uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-action
with:
Expand Down

0 comments on commit c29b0d9

Please sign in to comment.