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 #46 from wjk/revert-45-dependencies/bump-release-d…
Browse files Browse the repository at this point in the history
…rafter

Revert "Bump release-drafter to latest tag"
  • Loading branch information
wjk authored Oct 21, 2020
2 parents 74a10ef + fe6c821 commit e12cdfc
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.12.1
uses: release-drafter/release-drafter@v5
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.12.1
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e12cdfc

Please sign in to comment.