diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebdf90d..2238a60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) - name: Publish the release notes - uses: release-drafter/release-drafter@v5.13.0 + uses: release-drafter/release-drafter@v5.14.0 with: publish: ${{ steps.check-version.outputs.tag != '' }} tag: ${{ steps.check-version.outputs.tag }}