Skip to content

Commit

Permalink
Prep 0.10.0-alpha for release (#65)
Browse files Browse the repository at this point in the history
More CI fixes to get the alpha release out
  • Loading branch information
JamieDanielson authored Jul 15, 2021
1 parent 32a5068 commit 86c1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
at: .\
- run:
name: "Publishing to nuget.org"
command: dotnet.exe nuget push "build\" -k $env:NUGET_APIKEY -s https://api.nuget.org/v3/index.json
command: dotnet.exe nuget push "build\*.nupkg" -k $env:NUGET_APIKEY -s https://api.nuget.org/v3/index.json

workflows:
version: 2
Expand Down

0 comments on commit 86c1837

Please sign in to comment.