We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9dc3 commit eb0f384Copy full SHA for eb0f384
.github/workflows/publish-nuget-jfw-sdk.yml
@@ -1,4 +1,4 @@
1
-name: Build, Test, and Publish to NuGet for package Jfw.SDK
+name: Build, Test, and Publish to NuGet for package Jfw.Sdk
2
3
on:
4
push:
@@ -33,5 +33,4 @@ jobs:
33
run: dotnet pack JFW.Sdk/JFW.Sdk.csproj --configuration Release --no-build -o ./artifacts
34
35
- name: Publish to NuGet
36
- if: github.event_name == 'release'
37
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments