From fa7aec4e078753465624de5388c7b33add380a6e Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:02:42 +0200 Subject: [PATCH] fix: automatic Release after msbuild --- .github/workflows/msbuild.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 9a958b4..2f122c9 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -21,7 +21,7 @@ env: BUILD_CONFIGURATION: Release permissions: - contents: read + contents: write jobs: build: @@ -42,5 +42,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: + tag: ${{ github.ref }} + name: Release ${{ github.ref }} artifacts: "x64/Release/DevourClient.dll" generateReleaseNotes: true