Browse Source

adding default dry run

pull/446/head
Amy Galles 3 months ago
parent
commit
16ef586d58
No known key found for this signature in database
GPG Key ID: 445BCEEB6E92BD
  1. 1
      .github/workflows/_publish-mobile-github-release.yml

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

@ -30,6 +30,7 @@ on: @@ -30,6 +30,7 @@ on:
type: boolean
description: 'Run the workflow in dry-run mode without making any changes'
required: false
default: true
jobs:
publish-release:

Loading…
Cancel
Save