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 d1a18bd commit 503803b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ on:
- submitted

jobs:
delete-latest:
permissions:
contents: write

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

github-release:
permissions:
contents: write
Expand All @@ -22,5 +30,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:

- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: "latest"

0 comments on commit 503803b

Please sign in to comment.