Skip to content

Commit

Permalink
Don't perform official releases as pre-releases (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jun 3, 2024
1 parent d099169 commit c5fbece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Perform Tag Release
run: |
gh release create ${{ github.ref_name }} --prerelease --draft=false --title ${{ github.ref_name }} --target "$GITHUB_SHA" --generate-notes
gh release create ${{ github.ref_name }} --draft=false --title ${{ github.ref_name }} --target "$GITHUB_SHA" --generate-notes
gh release upload --clobber ${{ github.ref_name }} build/out/*.zip
if: github.ref_type == 'tag'
env:
Expand Down

0 comments on commit c5fbece

Please sign in to comment.