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

Commit c3f5fbd

Browse files
author
staticdev
committed
Add release drafter task
1 parent c6b6efd commit c3f5fbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333
3434
- name: Trigger a new import on Galaxy.
3535
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
36+
37+
- name: Publish the release notes
38+
uses: release-drafter/release-drafter@v5.13.0
39+
with:
40+
publish: ${{ steps.check-version.outputs.tag != '' }}
41+
tag: ${{ steps.check-version.outputs.tag }}
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)