Skip to content

Commit 9f6c7e4

Browse files
committed
ci(release): update helm chart version in seperate commit
1 parent 4f3f630 commit 9f6c7e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
git config user.name "github-actions[bot]"
5454
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5555
56-
npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s"
57-
5856
VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
5957
sed -E "s/^appVersion:.+$/appVersion: '$VERSION'/" -i install/kubernetes/github-actions-cache-server/Chart.yaml
6058
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"
6262
6363
echo "RELEASE_REF=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
6464

0 commit comments

Comments
 (0)