mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 18:26:12 +02:00
Make Helm and changelog commit more specific
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -159,7 +159,7 @@ jobs:
|
|||||||
git config --global user.email opensource@coder.com
|
git config --global user.email opensource@coder.com
|
||||||
git checkout -b "helm/$VERSION"
|
git checkout -b "helm/$VERSION"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update to $VERSION"
|
git commit -m "Update Helm chart and changelog with $VERSION"
|
||||||
git push -u origin "$(git branch --show)"
|
git push -u origin "$(git branch --show)"
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--repo coder/code-server \
|
--repo coder/code-server \
|
||||||
|
|||||||
Reference in New Issue
Block a user