mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
Fix release target tag name
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -250,7 +250,7 @@ jobs:
|
||||
path: artifacts
|
||||
|
||||
- name: Delete the existing pre-release
|
||||
run: gh release delete "Development build" --cleanup-tag --yes --repo $GITHUB_REPOSITORY
|
||||
run: gh release delete dev-build --cleanup-tag --yes --repo $GITHUB_REPOSITORY
|
||||
env:
|
||||
GITHUB_TOKEN: ${{github.token}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user