Skip to content

Commit

Permalink
use "bump-app-version" action (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensur authored Feb 23, 2021
1 parent df8a96f commit aa9a617
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 67 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

- name: Bump Chart Version
run: bash ./scripts/bump-app-version.sh publish "${GITHUB_REF##*/}" "${{ secrets.RELEASE_USER_TOKEN }}"
- name: Run chart version bump
uses: mittwald/bump-app-version-action@v1
with:
mode: 'publish'
chartYaml: './deploy/helm-chart/kubeav/Chart.yaml'
env:
GITHUB_TOKEN: "${{ secrets.RELEASE_USER_TOKEN }}"
HELM_REPO_PASSWORD: "${{ secrets.HELM_REPO_PASSWORD }}"
65 changes: 0 additions & 65 deletions scripts/bump-app-version.sh

This file was deleted.

0 comments on commit aa9a617

Please sign in to comment.