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

Commit 5090847

Browse files
authored
Merge pull request #117 from staticdev/dependabot/github_actions/release-drafter/release-drafter-5.17.6
Bump release-drafter/release-drafter from 5.17.5 to 5.17.6
2 parents 5aeea44 + aabbde6 commit 5090847

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

5555
- name: Publish the release notes
56-
uses: release-drafter/release-drafter@v5.17.5
56+
uses: release-drafter/release-drafter@v5.17.6
5757
with:
5858
publish: ${{ steps.check-version.outputs.tag != '' }}
5959
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)