You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ jobs:
95
95
git add .
96
96
git commit -m "Update to ${{ env.VERSION }}"
97
97
git push -u origin $(git branch --show)
98
-
gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
98
+
gh pr create --repo coder/code-server-aur --title "Update to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
99
99
100
100
docker:
101
101
runs-on: ubuntu-latest
@@ -164,4 +164,4 @@ jobs:
164
164
gh pr create \
165
165
--repo coder/code-server \
166
166
--body-file .cache/checklist \
167
-
--title "Update to $VERSION"
167
+
--title "Update Helm chart and changelog with $VERSION"
0 commit comments