Skip to content

Commit 69c8d6e

Browse files
committed
shorter
1 parent 285eda6 commit 69c8d6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bump-auxiliary-packages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bump auxiliary package versions
1+
name: Bump auxiliary packages
22
on:
33
workflow_dispatch:
44
push:
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Bump packages
4040
env:
41-
LAST_BUMP_COMMIT_MESSAGE: "chore(release): bump auxiliary package versions"
41+
LAST_BUMP_COMMIT_MESSAGE: "chore(release): bump auxiliary packages"
4242
run: |
4343
npm run bump-auxiliary
4444
git add .
@@ -48,9 +48,9 @@ jobs:
4848
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
4949
with:
5050
token: ${{ steps.app-token.outputs.token }}
51-
commit-message: "chore(release): bump auxiliary package versions"
51+
commit-message: "chore(release): bump auxiliary packages"
5252
branch: ci/bump-auxiliary-packages
53-
title: "chore(release): bump auxiliary package versions"
53+
title: "chore(release): bump auxiliary packages"
5454
labels: no-title-validation
5555
body: |
5656
- Bump package versions

0 commit comments

Comments
 (0)