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