Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Nov 18, 2023
1 parent e2eaaa0 commit 30b3afc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/delete-drafts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
delete-draft-releases:
runs-on: ubuntu-latest
steps:
- name: Delete Draft Releases
uses: hugo19941994/delete-draft-releases@v1.0.1
- name: Delete Draft Releases
uses: dev-drprasad/delete-draft-releases@v1.0.1
with:
delete_tags: true # Set this to false if you don't want to delete the tags associated with the drafts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 30b3afc

Please sign in to comment.