Skip to content

Commit

Permalink
Updated package repository to MyGet
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Jun 27, 2020
1 parent ca043f2 commit 7a36828
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
uses: actions/setup-dotnet@master
with:
dotnet-version: '3.1.x'
source-url: https://nuget.pkg.github.com/Etherna/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Build with dotnet
run: dotnet build --configuration Release
Expand All @@ -31,4 +28,4 @@ jobs:
run: dotnet pack --configuration Release -o nupkg

- name: Push packages
run: dotnet nuget push './nupkg/*.nupkg'
run: dotnet nuget push './nupkg/*.nupkg' --api-key ${{secrets.MYGET_APIKEY}} --source https://www.myget.org/F/etherna/api/v3/index.json

0 comments on commit 7a36828

Please sign in to comment.