Skip to content

Commit

Permalink
ci(workflow): update helm chart version to beta (#413)
Browse files Browse the repository at this point in the history
Because

- we need to update the helm chart version to beta

This commit

- update helm chart version to beta
  • Loading branch information
donch1989 authored Jan 2, 2024
1 parent 515ce2c commit a1129f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Bump SemVer
id: bump-semver
run: |
echo "next-version=$(semver bump patch ${{ steps.get-current-chart-version.outputs.version }})-alpha" >> $GITHUB_OUTPUT
echo "next-version=$(semver bump patch ${{ steps.get-current-chart-version.outputs.version }})-beta" >> $GITHUB_OUTPUT
- name: Bump up Helm chart version
run: |
yq ".version=\"${{ steps.bump-semver.outputs.next-version }}\"" -i charts/vdp/Chart.yaml
Expand Down

0 comments on commit a1129f0

Please sign in to comment.