Skip to content

Commit 346b73f

Browse files
committed
chore: 忽略创建Release时的错误
1 parent 5536b69 commit 346b73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Create Release
20-
run: gh release create v${{ github.event.inputs.version }} --title "v${{ github.event.inputs.version }}"
20+
run: gh release create v${{ github.event.inputs.version }} --title "v${{ github.event.inputs.version }}" || true
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

0 commit comments

Comments
 (0)