workflow changes 7
This commit is contained in:
parent
190145ad3d
commit
30540e72da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue