File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 11
11
type : string
12
12
description : |
13
13
Typescript SDK Version.
14
- If specified, may be `rc `, `latest `, or a specific version.
14
+ If specified, may be `latest `, `next `, or a specific version.
15
15
Defaults to unspecified, which will not update the TypeScript SDK.
16
16
17
17
bump :
18
18
required : false
19
19
type : string
20
- default : ' patch'
20
+ default : " patch"
21
21
description : |
22
22
RC version to bump to.
23
23
May be `patch`, `minor`, `major`, or a specific version.
30
30
- name : Check out code
31
31
uses : actions/checkout@v3
32
32
33
- - name : Bump SDK Version
34
- if : ${{ inputs.sdk_version}}
35
- working-directory : web/frontend
36
- run : npm install --save --save-exact @viamrobotics/sdk@${{ inputs.sdk_version }}
37
-
38
- - name : Bump RC Version
33
+ - name : Bump SDK + RC Version
39
34
run : |
40
35
cd web/frontend
41
36
npm install --save --save-exact @viamrobotics/sdk@${{ inputs.sdk_version }}
44
39
- name : Add + Commit + Open PR
45
40
uses : peter-evans/create-pull-request@v3
46
41
with :
47
- commit-message : ' [WORKFLOW] Updating remote-control'
48
- branch : ' workflow/bump-remote-control/${{ github.ref_name }}'
42
+ commit-message : " [WORKFLOW] Updating remote-control"
43
+ branch : " workflow/bump-remote-control/${{ github.ref_name }}"
49
44
delete-branch : true
50
45
base : ${{ github.ref_name }}
51
46
title : Automated remote-control Version Update
You can’t perform that action at this time.
0 commit comments