Skip to content

Commit

Permalink
bump delete-older-releases in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kLiHz authored and ginuerzh committed Apr 24, 2024
1 parent 4508747 commit d4aadbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git tag -a $TAG -m "$TAG: nightly build"
git push origin $TAG
- name: 'Clean up nightly releases'
uses: dev-drprasad/delete-older-releases@v0.3.2
uses: dev-drprasad/delete-older-releases@v0.3.3
with:
keep_latest: 2
delete_tags: true
Expand Down

0 comments on commit d4aadbb

Please sign in to comment.