diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deed7a2..e11ea03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,10 @@ jobs: - name: Upload to release uses: softprops/action-gh-release@v2 with: + name: AIUsageMonitor ${{ github.ref_name }} files: aimon-cli-${{ github.ref_name }}-${{ matrix.rid }}.* prerelease: ${{ contains(github.ref_name, '-') }} + generate_release_notes: true publish-nuget: name: Publish dotnet tool to NuGet