Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga committed Mar 21, 2022
1 parent 0a2a66f commit d6f815e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,42 +24,42 @@ jobs:

- name: publish LaserCatEyes.Domain
id: publish_nuget_LaserCatEyes_Domain
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.Domain/LaserCatEyes.Domain.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.DataServiceSdk.DotNetStandard
id: publish_nuget_LaserCatEyes_DataServiceSdk_DotNetStandard
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.DataServiceSdk.DotNetStandard/LaserCatEyes.DataServiceSdk.DotNetStandard.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.HttpClientListener.DotNetStandard
id: publish_nuget_LaserCatEyes_HttpClientListener_DotNetStandard
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.HttpClientListener.DotNetStandard/LaserCatEyes.HttpClientListener.DotNetStandard.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.DataServiceSdk
id: publish_nuget_LaserCatEyes_DataServiceSdk
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.DataServiceSdk/LaserCatEyes.DataServiceSdk.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.EndpointListener
id: publish_nuget_LaserCatEyes_EndpointListener
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.EndpointListener/LaserCatEyes.EndpointListener.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.HttpClientListener
id: publish_nuget_LaserCatEyes_HttpClientListener
uses: alirezanet/[email protected].0
uses: alirezanet/[email protected].3
with:
PROJECT_FILE_PATH: LaserCatEyes.HttpClientListener/LaserCatEyes.HttpClientListener.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
Expand Down

0 comments on commit d6f815e

Please sign in to comment.