💚 Set prerelease to false

This commit is contained in:
M. Mert Yildiran 2024-02-29 01:53:32 +03:00
parent 68aabf262f
commit b125860d06
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -47,7 +47,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "bin/*"
tag: ${{ steps.version.outputs.tag }}
prerelease: true
prerelease: false
bodyFile: 'bin/README.md'
- name: Checkout