Skip to content

Commit 03e9a61

Browse files
committed
5th attempt github package push
1 parent 9524800 commit 03e9a61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
6161
dotnet test ${GITHUB_WORKSPACE}/Test
6262
- name: Push packages to GitHub Packages
63-
run: |
64-
dotnet nuget push '${GITHUB_WORKSPACE}/packages/*.nupkg' --skip-duplicate
63+
run: dotnet nuget push '${GITHUB_WORKSPACE}/packages/*.nupkg' --skip-duplicate

0 commit comments

Comments
 (0)