Update ci.yml

This commit is contained in:
Hiddify
2023-09-17 08:28:17 +02:00
committed by GitHub
parent 76524d0dc8
commit 493be47c8f

View File

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