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