Skip to content

Commit

Permalink
fix: fix delete-tag-and-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors authored Mar 22, 2023
1 parent 350ad2f commit ba95e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# fetch-depth: 0

# delete old release
- uses: dev-drprasad/delete-tag-and-release@v0.1.2
- uses: dev-drprasad/delete-tag-and-release@v0.2.1
with:
delete_release: true # default: false
tag_name: ${{ env.RDM_REF }}-nightly # tag name to delete
Expand Down

0 comments on commit ba95e3b

Please sign in to comment.