Skip to content

Commit

Permalink
Fixes nuget url, changes build name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichards committed Mar 29, 2021
1 parent 8b084b2 commit ad4c5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: Build
on:
push:
pull_request:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o ./artifacts/*.nupkg
- name: Push to NuGet Feed
env:
NUGET_URL: https://www.myget.org/F/aisparser/api/v3/index.json
NUGET_URL: https://api.nuget.org/v3/index.json
NUGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
run: dotnet nuget push ./artifacts/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
- name: Artifacts
Expand Down

0 comments on commit ad4c5b7

Please sign in to comment.