Skip to content

Commit

Permalink
Fix release target tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Nov 11, 2024
1 parent 64959ff commit 80f3e1b
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 @@ -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}}

Expand Down

0 comments on commit 80f3e1b

Please sign in to comment.