Skip to content

Commit

Permalink
Set required name to false in android and desktop workflows (#219)
Browse files Browse the repository at this point in the history
required name set to false in cd
  • Loading branch information
giannis-rdx authored Sep 25, 2024
1 parent fe7889e commit 6148c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
build_name:
description: "A custom version name. The resulting name will have the format <cargo.version.patch>-<custom-name>-<rev> (E.g. 1.0.23-custom-name-2eb68d8c)."
required: true
required: false
type: string
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-desktop-bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
build_name:
description: "A custom version name. The resulting name will have the format <cargo.version.patch>-<custom-name>-<rev> (E.g. 1.0.23-custom-name-2eb68d8c)."
required: true
required: false
type: string
push:
tags:
Expand Down

0 comments on commit 6148c79

Please sign in to comment.