Skip to content

Commit 919df7e

Browse files
committed
rename API_KEY -> NUGET_KEY #69
1 parent 36758f3 commit 919df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: dotnet pack -c Release --no-build
5656

5757
- name: Publish
58-
run: dotnet nuget push ./AdvancedSharpAdbClient/bin/Release/*.nupkg --source "github" --skip-duplicate --api-key ${{ secrets.API_KEY }}
58+
run: dotnet nuget push ./AdvancedSharpAdbClient/bin/Release/*.nupkg --source "github" --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
5959

6060
- name: Get version
6161
id: get_version

0 commit comments

Comments
 (0)