File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Bump auxiliary package versions
1
+ name : Bump auxiliary packages
2
2
on :
3
3
workflow_dispatch :
4
4
push :
38
38
39
39
- name : Bump packages
40
40
env :
41
- LAST_BUMP_COMMIT_MESSAGE : " chore(release): bump auxiliary package versions "
41
+ LAST_BUMP_COMMIT_MESSAGE : " chore(release): bump auxiliary packages "
42
42
run : |
43
43
npm run bump-auxiliary
44
44
git add .
48
48
uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
49
49
with :
50
50
token : ${{ steps.app-token.outputs.token }}
51
- commit-message : " chore(release): bump auxiliary package versions "
51
+ commit-message : " chore(release): bump auxiliary packages "
52
52
branch : ci/bump-auxiliary-packages
53
- title : " chore(release): bump auxiliary package versions "
53
+ title : " chore(release): bump auxiliary packages "
54
54
labels : no-title-validation
55
55
body : |
56
56
- Bump package versions
You can’t perform that action at this time.
0 commit comments