Update dotnet-desktop.yml

This commit is contained in:
Sora 2023-04-16 08:25:05 +08:00 committed by GitHub
parent 9d88afa0c0
commit e1f2fefd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -31,15 +31,6 @@ jobs:
# Build solution
- name: Build solution
run: msbuild.exe ChangeTimestamp.sln /t:Build /p:Configuration=${{ matrix.configuration }}
# Delete-tag-and-release
- name: Delete-tag-and-release
uses: dev-drprasad/delete-tag-and-release@main
with:
delete_release: true # default: false
tag_name: AutoBuild # tag name to delete
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Upload Release Asset