Skip to content

Commit

Permalink
build: bump appVersion in Helm chart on release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jan 26, 2024
1 parent 1f3a5c6 commit caaaa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ jobs:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

# this commit will effectively cause another run of the workflow which then actually performs the helm chart release
- run: |
npm install -g semver
make chart-bump-version APP_VERSION="${{ needs.build-docker-images.outputs.version }}"
Expand All @@ -320,7 +321,7 @@ jobs:
release-helm-chart:
name: "Release Helm Chart"
runs-on: ubuntu-latest
needs: [bump-chart-version, test-helm-charts]
needs: [test-helm-charts]
if: github.ref == 'refs/heads/main'

permissions:
Expand Down

0 comments on commit caaaa0e

Please sign in to comment.