Skip to content

Commit

Permalink
Adding delete draft release action
Browse files Browse the repository at this point in the history
thomasm-ttd committed Aug 16, 2024
1 parent 218790f commit 434a2ec
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -233,8 +233,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Delete Draft Releases
if: v${{ steps.checkRelease.outputs.is_release == 'true' }}
uses: IABTechLab/uid2-shared-actions/actions/delete_draft_releases@tjm-UID2-3102-delete-draft-releases

- name: Create Release
if: ${{ steps.checkRelease.outputs.is_release == 'true' }}
if: v${{ steps.checkRelease.outputs.is_release == 'true' }}
uses: softprops/action-gh-release@v2
with:
name: ${{ steps.version.outputs.new_version }}

0 comments on commit 434a2ec

Please sign in to comment.