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 52daed8 commit 7bc9b6fCopy full SHA for 7bc9b6f
2 files changed
.claude/settings.local.json
.github/workflows/release.yml
@@ -228,7 +228,7 @@ jobs:
228
files: |
229
EliteVA-${{ steps.version.outputs.version }}.zip
230
231
- - name: publish to nuget
232
- if: steps.version.outputs.should_release == 'true'
233
- run: |
234
- dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+# - name: publish to nuget
+# if: steps.version.outputs.should_release == 'true'
+# run: |
+# dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments