Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alefnode committed May 11, 2023
1 parent 5d50642 commit 20b302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
draft: true
prerelease: false

- uses: dev-drprasad/delete-tag-and-release@v0.1.3
- uses: dev-drprasad/delete-tag-and-release@v0.2.1
if: startsWith(github.ref, 'refs/tags/v') != true
with:
delete_release: true # default: false
Expand Down

0 comments on commit 20b302a

Please sign in to comment.