File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ jobs:
53
53
git config user.name "github-actions[bot]"
54
54
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
55
55
56
- npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s"
57
-
58
56
VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
59
57
sed -E "s/^appVersion:.+$/appVersion: '$VERSION'/" -i install/kubernetes/github-actions-cache-server/Chart.yaml
60
58
git stage install/kubernetes/github-actions-cache-server/Chart.yaml
61
- git commit --amend --no-edit
59
+ git commit -nm "chore(release): update helm chart appVersion to $VERSION"
60
+
61
+ npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s"
62
62
63
63
echo "RELEASE_REF=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
64
64
You can’t perform that action at this time.
0 commit comments