Skip to content

Commit

Permalink
Update actions to upload packages to Nuget directly
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed May 29, 2024
1 parent 777a029 commit b5f13e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet_tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit b5f13e6

Please sign in to comment.