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

Commit b8cd068

Browse files
authored
Merge pull request #258 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 2416784 + 2405163 commit b8cd068

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
@@ -50,7 +50,7 @@ jobs:
5050
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
5151
5252
- name: Publish the release notes
53-
uses: release-drafter/release-drafter@v5.25.0
53+
uses: release-drafter/release-drafter@v6.0.0
5454
with:
5555
publish: ${{ steps.check-version.outputs.tag != '' }}
5656
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)