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 36758f3 commit 919df7eCopy full SHA for 919df7e
.github/workflows/build-and-test.yml
@@ -55,7 +55,7 @@ jobs:
55
run: dotnet pack -c Release --no-build
56
57
- name: Publish
58
- run: dotnet nuget push ./AdvancedSharpAdbClient/bin/Release/*.nupkg --source "github" --skip-duplicate --api-key ${{ secrets.API_KEY }}
+ run: dotnet nuget push ./AdvancedSharpAdbClient/bin/Release/*.nupkg --source "github" --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
59
60
- name: Get version
61
id: get_version
0 commit comments