Skip to content

Commit

Permalink
test latest release removal
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 11, 2023
1 parent 503803b commit 1c4abac
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
delete-latest:
permissions:
contents: write

uses: liudonghua123/delete-release-action@v1
with:
release_name: 'latest'


name: "Remove Latest Release"
runs-on: "ubuntu-latest"
steps:
- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'latest'

github-release:
permissions:
Expand Down

0 comments on commit 1c4abac

Please sign in to comment.