Skip to content

Commit

Permalink
Issue #4859: Allow release notes to be downloaded (instead of saved t…
Browse files Browse the repository at this point in the history
…o wiki).
  • Loading branch information
Peter Anderson authored Jan 6, 2021
1 parent a817a5e commit 88d155d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generate release notes (in the wiki) when a milestone is closed.
# Generate release notes when a milestone is closed.
# @see https://github.com/marketplace/actions/release-notes-generator
# @see https://github.com/marketplace/actions/wiki-page-creator-action
# @see https://github.com/marketplace/actions/upload-a-build-artifact

name: Release Notes Generator

Expand All @@ -13,18 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release notes generator
- name: Generate release notes
uses: docker://decathlon/release-notes-generator-action:3.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: true
- name: Wiki page creator
uses: docker://decathlon/wiki-page-creator-action:2.0.3
env:
ACTION_MAIL: [email protected]
ACTION_NAME: dragonbot
GH_PAT: ${{ secrets.DRAGONBOT_GH_PAT }}
MD_FOLDER: temp_release_notes
OWNER: backdrop
REPO_NAME: backdrop-issues
- name: Upload release notes
uses: actions/upload-artifact@v2
with:
name: release-notes
path: temp_release_notes/

0 comments on commit 88d155d

Please sign in to comment.