Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlucasvieira committed Jan 25, 2024
1 parent edba082 commit 4e898d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
*.tar.gz
*.zip
- name: Create release
if: |
github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, '[🎁 release]')
if: github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@v1
with:
draft: true
Expand Down

0 comments on commit 4e898d3

Please sign in to comment.