Skip to content

Commit 816949f

Browse files
Update build-test-deploy.yml
1 parent 933bbfb commit 816949f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@ jobs:
6767
name: NuGet
6868
- name: Push NuGet
6969
run: |
70-
ls
7170
$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
71+
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

Comments
 (0)