We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe72de0 commit 480e141Copy full SHA for 480e141
.github/workflows/publish-nuget.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet test --no-build --configuration Release --verbosity normal
31
working-directory: ./src
32
- name: Publish the package to nuget.org
33
- run: dotnet nuget push Topaz/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push Tenray.Topaz/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
34
env:
35
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
36
0 commit comments