Skip to content

Commit bbdbb73

Browse files
committed
minor change
1 parent ae819b1 commit bbdbb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config --local user.email "$GITHUB_ACTOR"
6161
git config --local user.name "$GITHUB_ACTOR@users.noreply.github.com"
6262
git add index.html
63-
git commit -m "Update Helm charts page version ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
63+
git commit -m "Update Helm charts page version: ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
6464
git push
6565
6666
deploy:

0 commit comments

Comments
 (0)