Skip to content

Commit

Permalink
chore: update release github actions (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Apr 13, 2023
1 parent 7c5e529 commit 95ca575
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:

- name: Update app version
run: |
yq e -i ".version = \"${{ env.RELEASE_VERSION }}\"" charts/mysql-operator/Chart.yaml
yq e -i ".appVersion = \"${{ env.RELEASE_VERSION }}\"" charts/mysql-operator/Chart.yaml
yq e -i ".version = \"${RELEASE_VERSION}\"" charts/mysql-operator/Chart.yaml
yq e -i ".appVersion = \"${RELEASE_VERSION}\"" charts/mysql-operator/Chart.yaml
yq e -i ".controllerManager.manager.image.tag = \"${RELEASE_VERSION}\"" charts/mysql-operator/values.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 95ca575

Please sign in to comment.