Skip to content

Commit

Permalink
Update clean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayMoreBoy authored Dec 6, 2020
1 parent 9102e88 commit ed09c63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- name: 删除在github空间的老固件
uses: Mattraks/delete-workflow-runs@main
if: (github.event.inputs.delete-older-workflow == 'true' && github.event.inputs.delete-older-workflow != 'false')
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
Expand All @@ -31,7 +30,6 @@ jobs:

- name: 删除自动发布的老固件
uses: dev-drprasad/delete-older-releases@v0.1.0
if: (github.event.inputs.delete-older-releases == 'true' && github.event.inputs.delete-older-releases != 'false')
with:
keep_latest: 1 #保留多少个发布不删除
delete_tags: true
Expand Down

0 comments on commit ed09c63

Please sign in to comment.