We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24532a0 commit 1da1b1aCopy full SHA for 1da1b1a
1 file changed
.github/workflows/build-release.yml
@@ -29,26 +29,6 @@ jobs:
29
with:
30
name: artifacts
31
path: ./artifacts
32
- publish-github:
33
- runs-on: ubuntu-latest
34
- needs: [ build ]
35
- env:
36
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
37
- steps:
38
- - uses: actions/checkout@v1
39
- - name: Setup .NET Core
40
- uses: actions/setup-dotnet@v1
41
- with:
42
- dotnet-version: 3.1.100
43
- source-url: https://nuget.pkg.github.com/sharpbrick/index.json
44
45
- NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46
- - uses: actions/download-artifact@v1
47
48
- name: artifacts
49
- path: ./artifacts
50
- - name: Upload to GitHub Package Registry
51
- run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true
52
publish-nuget:
53
if: github.event_name == 'release'
54
runs-on: ubuntu-latest
0 commit comments