fix: msbuild Auto Release tag/name

This commit is contained in:
ALittlePatate
2024-06-12 22:09:00 +02:00
committed by GitHub
parent fa7aec4e07
commit 1b157d0947

View File

@@ -42,7 +42,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
tag: ${{ github.run_number }}
name: Auto Release ${{ github.run_number }}
artifacts: "x64/Release/DevourClient.dll"
generateReleaseNotes: true