Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Bump App version on release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber authored Feb 25, 2022
1 parent c6d30ad commit 8c4b3fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 65 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

bump-version:
name: Bump app version in Helm chart
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Bump chart version
uses: mittwald/bump-app-version-action@v1
with:
mode: 'publish'
chartYaml: './deploy/helm-chart/servicegateway/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 8c4b3fc

Please sign in to comment.