Skip to content

Commit

Permalink
Merge pull request #4 from odav/develop
Browse files Browse the repository at this point in the history
Release management
  • Loading branch information
odav authored Nov 6, 2024
2 parents 2202899 + be74876 commit 117351c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,12 @@ jobs:
with:
token: ${{ github.token }}
# tag_name: ${{ github.event.release.tag_name }}
prerelease: false
prerelease: true
draft: false
# name: ${{ github.event.release.tag_name }}
name: ${{ steps.read_ver.outputs.rv }}
files: swatplus-*
generate_release_notes: true
body: |
<details>
<summary>Autogenerated Changelog</summary>
... changelog ...
</details>



0 comments on commit 117351c

Please sign in to comment.