Skip to content

Commit

Permalink
ci: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 21, 2024
1 parent 356f0a5 commit d9b0e4e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: .NET
on:
release:
types: [published]
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -55,9 +52,7 @@ jobs:
working-directory: Xero-NetStandard

- name: Publish Package to Nuget.org
run: |
exit 1
dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg
run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
working-directory: Xero-NetStandard


Expand Down

0 comments on commit d9b0e4e

Please sign in to comment.