Skip to content

Commit

Permalink
add QueueUrlProvider to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoseinzadehashraf committed May 9, 2024
1 parent f5f3a17 commit 2dd3373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_Olive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ jobs:
PROJECT_FILE_PATH: Olive.Entities.Data.Replication.Mvc.Extensions/Olive.Entities.Data.Replication.Mvc.Extensions.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: Publish Olive Entities Data Replication QueueUrlProvider NuGet Package
uses: Geeksltd/publish-nuget@v2
with:
PROJECT_FILE_PATH: Olive.Entities.Data.Replication.QueueUrlProvider/Olive.Entities.Data.Replication.QueueUrlProvider.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: Publish Olive Entities Data SQLite NuGet Package
uses: Geeksltd/publish-nuget@v2
with:
Expand Down

0 comments on commit 2dd3373

Please sign in to comment.