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:
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'
|
||||
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 }}
|
||||
|
|
Loading…
Reference in a new issue