Skip to content

Commit eb0f384

Browse files
committed
remove condition check release event name
1 parent 92e9dc3 commit eb0f384

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-nuget-jfw-sdk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Test, and Publish to NuGet for package Jfw.SDK
1+
name: Build, Test, and Publish to NuGet for package Jfw.Sdk
22

33
on:
44
push:
@@ -33,5 +33,4 @@ jobs:
3333
run: dotnet pack JFW.Sdk/JFW.Sdk.csproj --configuration Release --no-build -o ./artifacts
3434

3535
- name: Publish to NuGet
36-
if: github.event_name == 'release'
3736
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)