We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2172a1f commit 46aadb2Copy full SHA for 46aadb2
.github/workflows/workflow.yml
@@ -131,5 +131,11 @@ jobs:
131
- name: Push images
132
run: docker push "$IMAGE_NAME:latest" && docker push "$IMAGE_NAME:${GITHUB_REF##*/}"
133
134
- - name: Bump Chart Version
135
- run: bash ./scripts/bump-app-version.sh publish "${GITHUB_REF##*/}" "${{ secrets.githubToken }}"
+ - name: Run chart version bump
+ uses: mittwald/bump-app-version-action@v1
136
+ with:
137
+ mode: 'publish'
138
+ chartYaml: './deploy/helm-chart/kubernetes-secret-generator/Chart.yaml'
139
+ env:
140
+ GITHUB_TOKEN: "${{ secrets.RELEASE_USER_TOKEN }}"
141
+ HELM_REPO_PASSWORD: "${{ secrets.HELM_REPO_PASSWORD }}"
scripts/bump-app-version.sh
0 commit comments