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

Commit 83d837a

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #22 from staticdev/dependabot/github_actions/release-drafter/release-drafter-v5.15.0
Bump release-drafter/release-drafter from v5.14.0 to v5.15.0
2 parents 4b39d2d + a707073 commit 83d837a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
3636

3737
- name: Publish the release notes
38-
uses: release-drafter/release-drafter@v5.14.0
38+
uses: release-drafter/release-drafter@v5.15.0
3939
with:
4040
publish: ${{ steps.check-version.outputs.tag != '' }}
4141
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)