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 f6aa74b commit a84151eCopy full SHA for a84151e
1 file changed
.github/workflows/CI.yml
@@ -56,3 +56,7 @@ jobs:
56
dotnet new bunit --no-restore -o ${GITHUB_WORKSPACE}/Test
57
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/lib
58
dotnet test ${GITHUB_WORKSPACE}/Test
59
+ - name: Push packages to GitHub Packages
60
+ run: |
61
+ dotnet nuget push ${GITHUB_WORKSPACE}/lib/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate
62
+ dotnet nuget push ${GITHUB_WORKSPACE}/template/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate
0 commit comments