We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21a6a commit c9f1ff3Copy full SHA for c9f1ff3
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,5 @@ jobs:
31
run: dotnet test --configuration Release --no-build --verbosity normal
32
- name: Package nuget
33
run: dotnet pack ./SharpIpp/SharpIpp.csproj --configuration release -o:package /p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
34
- - name: Push generated package to GitHub registry
35
- run: dotnet nuget push ./package/*.nupkg --source "https://nuget.pkg.github.com/DigitecGalaxus/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
36
- name: Push generated package to nuget registry
37
run: dotnet nuget push ./package/*.nupkg --source "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}
0 commit comments