We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9524800 commit 03e9a61Copy full SHA for 03e9a61
1 file changed
.github/workflows/CI.yml
@@ -60,5 +60,4 @@ jobs:
60
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
61
dotnet test ${GITHUB_WORKSPACE}/Test
62
- name: Push packages to GitHub Packages
63
- run: |
64
- dotnet nuget push '${GITHUB_WORKSPACE}/packages/*.nupkg' --skip-duplicate
+ run: dotnet nuget push '${GITHUB_WORKSPACE}/packages/*.nupkg' --skip-duplicate
0 commit comments