Skip to content

Commit

Permalink
Update release-tauri.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Shan authored Oct 9, 2023
1 parent 573f015 commit 07cf189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
release_id: ${{ needs.create-release.outputs.release_id }}
with:
script: |
await github.rest.repos.createRelease({
await github.rest.repos.deleteRelease({
release_id: process.env.release_id,
owner: context.repo.owner, repo: context.repo.repo,
})

0 comments on commit 07cf189

Please sign in to comment.