Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit de1e1fa

Browse files
authored
Merge pull request #299 from staticdev/dependabot/github_actions/release-drafter/release-drafter-6.0.0
Bump release-drafter/release-drafter from 5.25.0 to 6.0.0
2 parents 18188a4 + 872f450 commit de1e1fa

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
@@ -9,6 +9,6 @@ jobs:
99
draft_release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v5.25.0
12+
- uses: release-drafter/release-drafter@v6.0.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
5353
5454
- name: Publish the release notes
55-
uses: release-drafter/release-drafter@v5.25.0
55+
uses: release-drafter/release-drafter@v6.0.0
5656
with:
5757
publish: ${{ steps.check-version.outputs.tag != '' }}
5858
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)