Skip to content

Commit 2815a7b

Browse files
authored
Update dotnet.yml
1 parent 955e740 commit 2815a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
dotnet restore
3939
dotnet build -c Release
4040
dotnet pack -c Release -o /tmp/nupkgs -v m -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
41-
dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${{github.event.ref}}.nupkg -k ${secrets.NUGET_API_KEY} -s https://api.nuget.org/v3/index.json
41+
dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${{github.event.ref}}.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
4242
cd /tmp/
4343
zip -r NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip NosCore.Algorithm.${GITHUB_RUN_NUMBER}
4444
echo ::set-output name=ARTIFACT_PATH::/tmp/NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip

0 commit comments

Comments
 (0)