Skip to content

Commit

Permalink
Update pure-hanwckf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aj782 authored Apr 13, 2024
1 parent 44e8beb commit 3675d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pure-hanwckf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: 将固件上传到release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@master
if: steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
Expand All @@ -142,7 +142,7 @@ jobs:
keep_minimum_runs: 3

- name: 删除旧的releases
uses: dev-drprasad/delete-older-releases@v0.2.1
uses: dev-drprasad/delete-older-releases@master
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
with:
keep_latest: 10
Expand Down

0 comments on commit 3675d82

Please sign in to comment.