[workflows:executables] include commit link in release notes
This commit is contained in:
4
.github/workflows/executables.yml
vendored
4
.github/workflows/executables.yml
vendored
@@ -82,11 +82,15 @@ jobs:
|
|||||||
- name: Date
|
- name: Date
|
||||||
run: echo "DATE=$(date '+${{ env.DATE_FORMAT }}')" >> "$GITHUB_ENV"
|
run: echo "DATE=$(date '+${{ env.DATE_FORMAT }}')" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
|
- name: Body
|
||||||
|
run: printf 'https://github.com/%s/commit/%s' '${{ github.repository }}' '${{ github.sha }}' > body.md
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
owner: gdl-org
|
owner: gdl-org
|
||||||
repo: builds
|
repo: builds
|
||||||
tag: ${{ env.DATE }}
|
tag: ${{ env.DATE }}
|
||||||
|
bodyFile: body.md
|
||||||
artifacts: "executable-*/*"
|
artifacts: "executable-*/*"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
makeLatest: true
|
makeLatest: true
|
||||||
|
|||||||
Reference in New Issue
Block a user