File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,17 @@ jobs:
58
58
git config user.name "github-actions[bot]"
59
59
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
60
60
61
+ npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s"
62
+
63
+ echo "RELEASE_REF=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
64
+
65
+ - name : ⬆️ Bump Helm chart app version
66
+ run : |
61
67
VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
62
68
yq e -i '.appVersion = env(VERSION)' install/kubernetes/github-actions-cache-server/Chart.yaml
63
69
git stage install/kubernetes/github-actions-cache-server/Chart.yaml
64
70
git commit -nm "chore(release): update helm chart appVersion to $VERSION"
65
71
66
- npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s"
67
-
68
- echo "RELEASE_REF=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
69
-
70
72
- name : 📥 Create release PR
71
73
id : create-release-pr
72
74
run : |
You can’t perform that action at this time.
0 commit comments