Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <dev@watfaq.com>
  • Loading branch information
ibigbug authored Sep 30, 2024
1 parent aabf9f6 commit 7776581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
const tag = 'latest'
const { owner, repo } = context.repo
const { data: { id } } = await github.rest.repos.getReleaseByTag({ owner, repo, tag })
await github.repos.deleteRelease({ owner, repo, release_id: id })
await github.rest.repos.deleteRelease({ owner, repo, release_id: id })
- name: Update Latest Tag
if: startsWith(github.ref, 'refs/heads/master')
Expand Down

0 comments on commit 7776581

Please sign in to comment.