From b5f13e6008a5c9ae8df2220558e70d7a29fcbd1b Mon Sep 17 00:00:00 2001 From: Simon Schulze Date: Wed, 29 May 2024 07:14:15 +0200 Subject: [PATCH] Update actions to upload packages to Nuget directly --- .github/workflows/dotnet_tag_release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet_tag_release.yml b/.github/workflows/dotnet_tag_release.yml index 6ed258aa..b12580bd 100644 --- a/.github/workflows/dotnet_tag_release.yml +++ b/.github/workflows/dotnet_tag_release.yml @@ -9,7 +9,7 @@ jobs: publish: env: BUILD_CONFIG: Release - NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}} TEST_USER: root TEST_PASSWORD: TestPass123 TEST_DATABASE: TestDatabase @@ -23,7 +23,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - source-url: https://nuget.pkg.github.com/SSchulze1989/index.json - name: Setup MySQL uses: mirromutth/mysql-action@v1.1 with: