Skip to content

Commit 1c5c3d8

Browse files
fix: Updating publish java sdk
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 5300dd6 commit 1c5c3d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_java_sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
custom_version: # Optional input for a custom version
77
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
88
required: false
9+
type: string
910
token:
1011
description: 'Personal Access Token'
1112
required: true
@@ -16,6 +17,7 @@ on:
1617
custom_version: # Optional input for a custom version
1718
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
1819
required: false
20+
type: string
1921
token:
2022
description: 'Personal Access Token'
2123
required: true

0 commit comments

Comments
 (0)