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 1d344a3 commit 41e755aCopy full SHA for 41e755a
.github/workflows/dotnet.yml
@@ -57,6 +57,10 @@ jobs:
57
run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{steps.get_latest_release_number.outputs.release_tag}}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
58
working-directory: Xero-NetStandard
59
60
+ - name: Publish OAuth2Client Package to Nuget.org
61
+ run: dotnet nuget push ./Xero.NetStandard.OAuth2Client/bin/Release/Xero.NetStandard.OAuth2Client.*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
62
+ working-directory: Xero-NetStandard
63
+
64
65
notify-codegen-repo:
66
needs: build
0 commit comments