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

Commit 09541c7

Browse files
authored
Merge pull request #250 from staticdev/dependabot/github_actions/release-drafter/release-drafter-5.24.0
Bump release-drafter/release-drafter from 5.23.0 to 5.24.0
2 parents 4d167b2 + 0a4c6c1 commit 09541c7

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.23.0
12+
- uses: release-drafter/release-drafter@v5.24.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
@@ -48,7 +48,7 @@ jobs:
4848
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
4949

5050
- name: Publish the release notes
51-
uses: release-drafter/release-drafter@v5.23.0
51+
uses: release-drafter/release-drafter@v5.24.0
5252
with:
5353
publish: ${{ steps.check-version.outputs.tag != '' }}
5454
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)