Browse Source

make release_name mandatory (#459)

pull/462/head
Amy Galles 2 months ago committed by GitHub
parent
commit
9f7a8856db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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