Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from wjk/dependencies/bump-release-drafter
Browse files Browse the repository at this point in the history
Bump release-drafter to latest tag
  • Loading branch information
wjk authored Oct 20, 2020
2 parents 7df094d + af19bed commit a548ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Create Release Notes
id: create_release_notes
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v5.12.1
with:
publish: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v5.12.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a548ccf

Please sign in to comment.