This commit is contained in:
Ajeet D'Souza 2023-07-03 21:01:55 +05:30
parent 786519aa8f
commit 651fc3c00e

View File

@ -95,7 +95,7 @@ jobs:
*.zip *.zip
- name: Create release - name: Create release
if: | if: |
${{ github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release)') }} github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release)')
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
draft: true draft: true