Skip to content

Commit 8d572d6

Browse files
authored
ci(release): 允许更新已存在的 GitHub 发布版本 (#22)
- 在 GitHub 发布工作流程中添加 allowUpdates 参数 - 设置 allowUpdates 为 true,允许更新已存在的发布版本
1 parent 5a69ed1 commit 8d572d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
tag: ${{ steps.version.outputs.version }}
4747
name: Release ${{ steps.version.outputs.version }}
48+
allowUpdates: true

0 commit comments

Comments
 (0)