Browse Source

Remove publishing to GH Packages

pull/2221/head
Christoph Wille 5 years ago committed by GitHub
parent
commit
11c574dcd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/build-ilspy.yml

9
.github/workflows/build-ilspy.yml

@ -43,9 +43,6 @@ jobs: @@ -43,9 +43,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
env:
NUGET_AUTH_TOKEN: '%NUGET_AUTH_TOKEN%'
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
@ -120,9 +117,3 @@ jobs: @@ -120,9 +117,3 @@ jobs:
name: ILSpy ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }})
path: ${{ env.StagingDirectory }}\ILSpy_binaries.zip
if-no-files-found: error
- name: Push to Github Packages
if: github.ref == 'refs/heads/master' && success() && matrix.channel == 'zip' && matrix.configuration == 'release'
run: dotnet nuget push ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg --no-symbols --skip-duplicate
env:
NUGET_AUTH_TOKEN: ${{ github.token }}

Loading…
Cancel
Save