Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ff48142

Browse files
Merge pull request #63 from staticdev/dependabot/github_actions/release-drafter/release-drafter-v5.9.0
Bump release-drafter/release-drafter from v5.8.0 to v5.9.0
2 parents a029ec3 + fbeaef0 commit ff48142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Publish the release notes
13-
uses: release-drafter/release-drafter@v5.8.0
13+
uses: release-drafter/release-drafter@v5.9.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
repository_url: https://test.pypi.org/legacy/
6565

6666
- name: Publish the release notes
67-
uses: release-drafter/release-drafter@v5.8.0
67+
uses: release-drafter/release-drafter@v5.9.0
6868
with:
6969
publish: ${{ steps.check-version.outputs.tag != '' }}
7070
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)