Skip to content

Commit 79ee665

Browse files
committed
build also Notifo.SDK.Worker.csproj
1 parent ba37e94 commit 79ee665

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: setup dotnet
1717
uses: actions/setup-dotnet@v3
@@ -34,6 +34,9 @@ jobs:
3434
cd ../Notifo.SDK.FirebasePlugin/
3535
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
3636
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
37+
cd ../Notifo.SDK.Notifo.SDK.Worker/
38+
msbuild Notifo.SDK.Worker.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
39+
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
3740
3841
3942

0 commit comments

Comments
 (0)