Skip to content

Commit 9c4956c

Browse files
fix: test without existing tag input
1 parent 9ee0ddf commit 9c4956c

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)