Skip to content

Commit ff42901

Browse files
committed
chore: Update torque-cli package name in release_nuget.yml
1 parent 6b239f0 commit ff42901

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: dotnet pack --configuration Release --no-build --output . /p:Version=${VERSION}
3232

3333
- name: Push
34-
run: dotnet nuget push torque.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
34+
run: dotnet nuget push torque-cli.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
3535
env:
3636
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
3737

3838
# Push to GitHub Packages
3939
- name: Push
40-
run: dotnet nuget push torque.${VERSION}.nupkg --source https://nuget.pkg.github.com/QualiNext/index.json --api-key ${GITHUB_TOKEN}
40+
run: dotnet nuget push torque-cli.${VERSION}.nupkg --source https://nuget.pkg.github.com/QualiNext/index.json --api-key ${GITHUB_TOKEN}
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)