1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Change TagBot to use existing changelog

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-04 17:41:39 -05:00
parent afafae2769
commit bfcd46caf8
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -9,7 +9,11 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ffurrer2/extract-release-notes@v1
id: extract-release-notes
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
changelog: ${{ steps.extract-release-notes.outputs.release_notes }}