Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro committed Jan 29, 2020
1 parent 8908752 commit 6353c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
dotnet-version: 3.1.100
# - name: Azure Cosmos Emulator
# uses: galvesribeiro/AzureCosmosAction@v1.0.0
# - name: Start CosmosDB Emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
dotnet-version: 3.1.100
- name: Pack
working-directory: src/Orleans.Clustering.CosmosDB
run: dotnet pack --configuration Release -p:Version=${GITHUB_REF##*/v}
Expand Down

0 comments on commit 6353c78

Please sign in to comment.