Skip to content

Commit 41e755a

Browse files
author
Ryan McCarthy
committed
[PETOSS-829] added action to publish OAUTH2Client nuget package
1 parent 1d344a3 commit 41e755a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
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
5858
working-directory: Xero-NetStandard
5959

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+
6064

6165
notify-codegen-repo:
6266
needs: build

0 commit comments

Comments
 (0)