Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Feb 12, 2023
1 parent 1d1efe7 commit dcac3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
DOTNET_NOLOGO: 1

jobs:
build-and-pack:
release:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet pack -c Release --nologo --no-build

- name: Push to NuGet
run: dotnet nuget push -s nuget.org -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
run: dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} **/*.nupkg

- name: Archive Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dcac3b1

Please sign in to comment.