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/release-candidate.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ on:
4
4
workflow_dispatch:
5
5
inputs:
6
6
version:
7
-
description: 'The type of version bump. All versions will have `rc*` appended. `rc` version bumps will happen automatically, so select the type of version bump for the final release. Use `-s` for no change.'
7
+
description: "The type of version bump. All versions will have `rc*` appended. `rc` version bumps will happen automatically, so select the type of version bump for the final release. Use `-s` for no change."
8
8
type: choice
9
9
required: true
10
-
default: '-s'
10
+
default: "-s"
11
11
options:
12
-
- major
13
-
- minor
14
-
- patch
15
-
- '-s'
12
+
- major
13
+
- minor
14
+
- patch
15
+
- "-s"
16
16
17
17
jobs:
18
18
prepare:
@@ -33,7 +33,7 @@ jobs:
33
33
with:
34
34
organization: viamrobotics
35
35
username: ${{ github.actor }}
36
-
token: ${{ secrets.GITHUB_TOKEN }}
36
+
token: ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name: Cancelling - user not part of organization
0 commit comments