Skip to content

Commit 1821776

Browse files
fix: test with existing tag input
1 parent a99daf1 commit 1821776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ipa-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
type: boolean
99
required: false
1010
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'
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'
1414
push:
1515
branches:
1616
- main

0 commit comments

Comments
 (0)