Skip to content

Commit

Permalink
CI test (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon committed Apr 8, 2022
1 parent 922dcc1 commit b599ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: mv *.nupkg GSoft.Extensions.Configuration.Substitution.nupkg && mv *.snupkg GSoft.Extensions.Configuration.Substitution.snupkg

- name: Push NuGet packages
working-directory: ./src
working-directory: ./src/GSoft.Extensions.Configuration.Substitution/bin/Release
run: dotnet nuget push GSoft.Extensions.Configuration.Substitution.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json

0 comments on commit b599ad2

Please sign in to comment.