Skip to content

Commit

Permalink
Delete tag 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
scrpr committed Mar 7, 2024
1 parent d918751 commit 05a8957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-subtitle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
const releaseid = response.data.id
if (!releaseid) {return}
await github.rest.repos.deleteRelease({ owner, repo, "release_id": releaseid })
await github.rest.git.deleteRef({ owner, repo, ref: 'tags/latest' })
- name: Publish
uses: "softprops/action-gh-release@v1"
with:
Expand Down

0 comments on commit 05a8957

Please sign in to comment.