We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99daf1 commit 1821776Copy full SHA for 1821776
.github/workflows/ipa-release.yml
@@ -8,9 +8,9 @@ on:
8
type: boolean
9
required: false
10
default: true
11
-# use_existing_tag:
12
-# description: 'Set value to `true` to use an existing tag for the release process, default is `false`'
13
-# default: 'false'
+ use_existing_tag:
+ description: 'Set value to `true` to use an existing tag for the release process, default is `false`'
+ default: 'false'
14
push:
15
branches:
16
- main
0 commit comments