Skip to content

Commit

Permalink
[F] Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 21, 2023
1 parent f707f6d commit 4c566b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Delete Old Prerelease
if: env.OLD_PRE_TAG != 'NULL'
uses: dev-drprasad/delete-tag-and-release@v0.2.0
uses: dev-drprasad/delete-tag-and-release@v1.0
with:
tag_name: ${{ env.OLD_PRE_TAG }}
env:
Expand Down

0 comments on commit 4c566b9

Please sign in to comment.