This commit is contained in:
Ajeet D'Souza 2023-07-03 21:01:55 +05:30
parent 786519aa8f
commit 651fc3c00e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
*.zip
- name: Create release
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
with:
draft: true