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 2410287 commit 1c94babCopy full SHA for 1c94bab
.github/workflows/main.yaml
@@ -46,6 +46,6 @@ jobs:
46
- name: Publish to nuget.org
47
run: dotnet nuget push Artifacts/Packages/**/*.nupkg --api-key ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
48
if: startsWith(github.ref, 'refs/tags/v')
49
- - name: Publish to github packages
50
- run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
51
- if: startsWith(github.ref, 'refs/tags/v')
+# - name: Publish to github packages
+# run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
+# if: startsWith(github.ref, 'refs/tags/v')
0 commit comments