@@ 20,12 20,12 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- env:
- NUGET_AUTH_TOKEN: ${{secrets.NUGET_KEY}}
- name: Pack app
run: dotnet pack NosSmooth.sln --configuration Release -o nuget
- name: Publish NuGet
working-directory: nuget
- run: dotnet nuget push *.nupkg --skip-duplicate -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json>
\ No newline at end of file
+ run: dotnet nuget push *.nupkg --skip-duplicate -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
+ env:
+ NUGET_AUTH_TOKEN: ${{secrets.NUGET_KEY}}<
\ No newline at end of file