We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5300dd6 commit 1c5c3d8Copy full SHA for 1c5c3d8
.github/workflows/publish_java_sdk.yml
@@ -6,6 +6,7 @@ on:
6
custom_version: # Optional input for a custom version
7
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
8
required: false
9
+ type: string
10
token:
11
description: 'Personal Access Token'
12
required: true
@@ -16,6 +17,7 @@ on:
16
17
18
19
20
21
22
23
0 commit comments