publish draft even with error

This commit is contained in:
Hiddify
2023-09-16 12:44:40 +02:00
parent a570c30c3e
commit 03c4cc7330

View File

@@ -229,7 +229,8 @@ jobs:
- name: Create or Update Draft Release
uses: softprops/action-gh-release@v1
if: github.ref_type!='tag' && success()
if: github.ref_type!='tag'
#&& success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: