Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace authored Nov 16, 2023
1 parent 237f4a0 commit 462d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: dotnet pack --no-build $env:TemokatePack_Name -c Release /p:PackageVersion=$env:Version

- name: Push Package to NuGet.org
run: dotnet nuget push *.nupkg -k ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json


0 comments on commit 462d172

Please sign in to comment.