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

Commit

Permalink
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
IvanJosipovic committed Nov 4, 2019
2 parents 58b47ae + 2b51e5e commit e3e2e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100-preview1-014459
dotnet-version: 3.1.100-preview2-014569
- name: Dotnet Build
run: dotnet build --configuration Release
- name: Dotnet Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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: 3.1.100-preview1-014459
dotnet-version: 3.1.100-preview2-014569
- name: Dotnet Pack
working-directory: src/BlazorTable
run: dotnet pack -c Release -p:Version=${GITHUB_REF##*/v}
Expand Down

0 comments on commit e3e2e2b

Please sign in to comment.