From af292a41925b3674d04de89f7088d5a42d979bd9 Mon Sep 17 00:00:00 2001 From: SKProCH Date: Mon, 29 Jan 2024 01:17:06 +0300 Subject: [PATCH] Update pipeline file --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f2775cb..8cfa3468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: run: ./build.cmd PublishRelease env: NuGetApiKey: ${{ secrets.NUGET_API_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Publish: demo' uses: actions/upload-artifact@v3 with: