workflow 18
This commit is contained in:
parent
9f1e7bc062
commit
f1849412e9
|
@ -106,10 +106,10 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - name: Fetch build artifacts
|
- name: Fetch build artifacts
|
||||||
# uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
# with:
|
with:
|
||||||
## name: artifacts
|
name: artifacts
|
||||||
# - name: "Build Changelog"
|
# - name: "Build Changelog"
|
||||||
# id: build_changelog
|
# id: build_changelog
|
||||||
# uses: mikepenz/release-changelog-builder-action@v3
|
# uses: mikepenz/release-changelog-builder-action@v3
|
||||||
|
@ -136,7 +136,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
body: ${{steps.build_changelog.outputs.changelog}}
|
name: Dethrace ${{github.ref_name}}
|
||||||
|
#body: ${{steps.build_changelog.outputs.changelog}}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
- name: Upload linux-amd64 artifact
|
- name: Upload linux-amd64 artifact
|
||||||
uses: actions/upload-release-asset@v1.0.1
|
uses: actions/upload-release-asset@v1.0.1
|
||||||
|
|
Loading…
Reference in New Issue