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 933bbfb commit 816949fCopy full SHA for 816949f
.github/workflows/build-test-deploy.yml
@@ -67,6 +67,5 @@ jobs:
67
name: NuGet
68
- name: Push NuGet
69
run: |
70
- ls
71
$tagVersion = "${{ github.ref }}".substring(11)
72
- dotnet nuget push /TestTools.ConsolePack/IntelliTect.TestTools.Console.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ dotnet nuget push IntelliTect.TestTools.Console.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
0 commit comments