Skip to content

Commit

Permalink
workflow added.
Browse files Browse the repository at this point in the history
  • Loading branch information
faizananwerali committed Nov 15, 2023
1 parent a2485e4 commit e8439b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37 # pin@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
draft: 'true'
draft: 'false'

- name: Upload zip asset to the release
if: steps.getRelease.outcome != 'success'
Expand Down

0 comments on commit e8439b5

Please sign in to comment.