mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
change GH release workflow to produce non-prerelease releases
This commit is contained in:
parent
295c525ec2
commit
4591f4048b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ steps.tag.outputs.version }} # Remove 'refs/tags/' from the tag name
|
||||
body_path: relnotes.md
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
||||
- name: Announce Release
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue