Skip to content

Commit

Permalink
Merge pull request #6 from LykkeCity/from-restricted-area
Browse files Browse the repository at this point in the history
fix pipelines
  • Loading branch information
KonstantinRyazantsev authored Oct 24, 2022
2 parents 9dc34b9 + f91920d commit cae7a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.103
dotnet-version: 5.0.x
- name: Build
run: dotnet build --configuration Release /p:AssemblyVersion=${GITHUB_REF#refs/tags/api-client-}
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-messaging-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.103
dotnet-version: 5.0.x
- name: Build
run: dotnet build --configuration Release /p:AssemblyVersion=${GITHUB_REF#refs/tags/messages-}
- name: Test
Expand Down

0 comments on commit cae7a18

Please sign in to comment.