Skip to content

Commit dde5758

Browse files
authored
Fix Nuget Publish
Change to now use with alirezanet/publish-nuget@v3.0.4
1 parent 0db96bc commit dde5758

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ jobs:
3333
# echo Add other actions to build,
3434
# echo test, and deploy your project.
3535
- name: "Publish NuGet: SqlTransactionalOutbox.Common"
36-
uses: brandedoutcast/publish-nuget@v2.5.5
36+
uses: alirezanet/publish-nuget@v3.0.4
3737
with:
3838
# Filepath of the project to be packaged, relative to root of repository
3939
PROJECT_FILE_PATH: SqlTransactionalOutbox.Common/SqlTransactionalOutbox.Common.csproj
4040
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
4141
- name: "Publish NuGet: SqlTransactionalOutbox.SqlServer.Common"
42-
uses: brandedoutcast/publish-nuget@v2.5.5
42+
uses: alirezanet/publish-nuget@v3.0.4
4343
with:
4444
# Filepath of the project to be packaged, relative to root of repository
4545
PROJECT_FILE_PATH: SqlTransactionalOutbox.SqlServer.Common/SqlTransactionalOutbox.SqlServer.Common.csproj
4646
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
4747
- name: "Publish NuGet: SqlTransactionalOutbox.SqlServer.MicrosoftDataNS"
48-
uses: brandedoutcast/publish-nuget@v2.5.5
48+
uses: alirezanet/publish-nuget@v3.0.4
4949
with:
5050
# Filepath of the project to be packaged, relative to root of repository
5151
PROJECT_FILE_PATH: SqlTransactionalOutbox.SqlServer.MicrosoftDataNS/SqlTransactionalOutbox.SqlServer.MicrosoftDataNS.csproj
5252
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
5353
- name: "Publish NuGet: SqlTransactionalOutbox.SqlServer.SystemDataNS"
54-
uses: brandedoutcast/publish-nuget@v2.5.5
54+
uses: alirezanet/publish-nuget@v3.0.4
5555
with:
5656
# Filepath of the project to be packaged, relative to root of repository
5757
PROJECT_FILE_PATH: SqlTransactionalOutbox.SqlServer.SystemDataNS/SqlTransactionalOutbox.SqlServer.SystemDataNS.csproj
5858
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
5959
- name: "Publish NuGet: SqlTransactionalOutbox.AzureServiceBus"
60-
uses: brandedoutcast/publish-nuget@v2.5.5
60+
uses: alirezanet/publish-nuget@v3.0.4
6161
with:
6262
# Filepath of the project to be packaged, relative to root of repository
6363
PROJECT_FILE_PATH: SqlTransactionalOutbox.AzureServiceBus/SqlTransactionalOutbox.AzureServiceBus.csproj

0 commit comments

Comments
 (0)