Skip to content

Commit 37e04b4

Browse files
committed
ci: 移除了有问题的默认值表达式
1 parent f0c7e07 commit 37e04b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
description: 'Release name'
1616
required: false
1717
type: string
18-
default: 'Release ${{ github.event.inputs.release_tag }}'
18+
# 移除了有问题的默认值表达式
1919

2020
jobs:
2121
test:

0 commit comments

Comments
 (0)