Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #77 from staticdev/dependabot/github_actions/relea…
Browse files Browse the repository at this point in the history
…se-drafter/release-drafter-v5.11.0

Bump release-drafter/release-drafter from v5.9.0 to v5.11.0
  • Loading branch information
github-actions[bot] authored Jun 8, 2020
2 parents d90056c + 31af673 commit cd5c3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish the release notes
uses: release-drafter/release-drafter@v5.9.0
uses: release-drafter/release-drafter@v5.11.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.9.0
uses: release-drafter/release-drafter@v5.11.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down

0 comments on commit cd5c3e9

Please sign in to comment.