Skip to content

Commit

Permalink
Don't flag releases as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jul 11, 2022
1 parent 0c0663d commit c2e46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
draft: false
files: |
dist/chrome-*.zip
dist/mozilla-*.zip
Expand Down

0 comments on commit c2e46bf

Please sign in to comment.