workflow changes 7

This commit is contained in:
Dethrace Labs 2022-09-20 20:59:22 +12:00
parent 190145ad3d
commit 30540e72da
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
create-release: create-release:
needs: [bump-tag, build-linux, build-macos, build-windows] needs: [build-linux, build-macos, build-windows]
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -121,6 +121,7 @@ jobs:
with: with:
draft: false draft: false
prerelease: false prerelease: false
includeOpen: true
body: ${{steps.build_changelog.outputs.changelog}} body: ${{steps.build_changelog.outputs.changelog}}
# generate_release_notes: true # generate_release_notes: true
# - name: Upload linux-amd64 artifact # - name: Upload linux-amd64 artifact