mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2025-01-15 09:19:07 -05: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:
parent
afafae2769
commit
bfcd46caf8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/TagBot.yml
vendored
4
.github/workflows/TagBot.yml
vendored
|
@ -9,7 +9,11 @@ jobs:
|
||||||
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
|
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ffurrer2/extract-release-notes@v1
|
||||||
|
id: extract-release-notes
|
||||||
- uses: JuliaRegistries/TagBot@v1
|
- uses: JuliaRegistries/TagBot@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ssh: ${{ secrets.DOCUMENTER_KEY }}
|
ssh: ${{ secrets.DOCUMENTER_KEY }}
|
||||||
|
changelog: ${{ steps.extract-release-notes.outputs.release_notes }}
|
||||||
|
|
Loading…
Reference in a new issue