;ci: release tweaks
This commit is contained in:
parent
0a16dd87bb
commit
d349fc3ba5
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -2,19 +2,20 @@
|
|||||||
#
|
#
|
||||||
# https://github.com/actions/create-release - still pretty rough, 20200609
|
# https://github.com/actions/create-release - still pretty rough, 20200609
|
||||||
|
|
||||||
name: Create Release
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ '[0-9]*' ]
|
tags: [ '[0-9]*' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
release:
|
||||||
name: Create Release
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
@ -24,6 +25,7 @@ jobs:
|
|||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: ${{ github.ref }}
|
release_name: ${{ github.ref }}
|
||||||
body: |
|
body: |
|
||||||
${{ github.ref }}
|
|
||||||
|
https://hledger.org/release-notes.html#${{ github.ref }}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user