Browse Source

make release_name mandatory

agalles/test-1118
Amy Galles 2 months ago
parent
commit
943b0d9f4e
No known key found for this signature in database
GPG Key ID: 445BCEEB6E92BD
  1. 2
      .github/workflows/_publish-mobile-github-release.yml

2
.github/workflows/_publish-mobile-github-release.yml

@ -6,7 +6,7 @@ on: @@ -6,7 +6,7 @@ on:
release_name:
description: 'Name prefix of the release to publish (e.g. "Password Manager")'
type: string
default: ""
required: true
workflow_name:
description: 'Name of the workflow to check for previous runs (e.g. publish-github-release.yml)'
type: string

Loading…
Cancel
Save