Skip to content

Commit

Permalink
Remove push to github
Browse files Browse the repository at this point in the history
  • Loading branch information
lillo42 committed Feb 11, 2020
1 parent d14d542 commit bf7dc38
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@ jobs:
- name: Pack
run: dotnet pack ./src/Mozilla.IoT.WebThing -c Release --include-source -o ./artifacts/pack -p:PackageVersion=${{env.RELEASE_VERSION}}
- name: Publish to Nuget
run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
- name: Publish to Github
run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.GITHUB_TOKEN}} -s https://nuget.pkg.github.com/${{github.repository}}/index.json
- name: Archive Nuget pack
uses: actions/upload-artifact@v1
with:
name: Mozilla.IoT.WebThing v${{env.RELEASE_VERSION}}
path: ./artifacts/pack/Mozilla.IoT.WebThing ${{env.RELEASE_VERSION}}.nupkg
run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit bf7dc38

Please sign in to comment.