Skip to content

Commit

Permalink
Remove GPR from Build Pipeline (#132)
Browse files Browse the repository at this point in the history
#131 non-breaking
  • Loading branch information
tthiery authored Dec 23, 2020
1 parent 24532a0 commit 1da1b1a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,6 @@ jobs:
with:
name: artifacts
path: ./artifacts
publish-github:
runs-on: ubuntu-latest
needs: [ build ]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
source-url: https://nuget.pkg.github.com/sharpbrick/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/download-artifact@v1
with:
name: artifacts
path: ./artifacts
- name: Upload to GitHub Package Registry
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true
publish-nuget:
if: github.event_name == 'release'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1da1b1a

Please sign in to comment.