@@ -49,11 +49,11 @@ jobs:
4949 run : dotnet build --no-restore
5050 working-directory : Xero-NetStandard
5151
52- - name : Create Package for Nuget.org\
52+ - name : Create OAuth2 Package for Nuget.org
5353 run : dotnet pack
5454 working-directory : Xero-NetStandard
5555
56- - name : Publish Package to Nuget.org
56+ - name : Publish OAuth2 Package to Nuget.org
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
@@ -124,7 +124,7 @@ jobs:
124124 - name : Send slack notification on success
125125 uses : ./Xero-NetStandard/.github/actions/notify-slack
126126 with :
127- heading_text : " Publish job has succeeded !"
127+ heading_text : " OAuth2 Package publish job has succeeded !"
128128 alert_type : " thumbsup"
129129 job_status : " Success"
130130 XERO_SLACK_WEBHOOK_URL : ${{secrets.XERO_SLACK_WEBHOOK_URL}}
@@ -149,7 +149,7 @@ jobs:
149149 - name : Send slack notification on failure
150150 uses : ./Xero-NetStandard/.github/actions/notify-slack
151151 with :
152- heading_text : " Publish job has failed !"
152+ heading_text : " OAuth2 Package publish job has failed !"
153153 alert_type : " alert"
154154 job_status : " Failed"
155155 XERO_SLACK_WEBHOOK_URL : ${{secrets.XERO_SLACK_WEBHOOK_URL}}
0 commit comments