Skip to content

Commit

Permalink
#1 | CHANGED: publish.yml - target .Net CLI 5.0.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluu committed Dec 13, 2020
1 parent 9443c66 commit 74f39ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
name: Check-out Source

# See also: https://github.com/actions/virtual-environments/issues/1891
# - uses: actions/setup-dotnet@v1
# name: Setup dotnet
# with:
# dotnet-version: 5.0.x
- uses: actions/setup-dotnet@v1
name: Setup dotnet
with:
dotnet-version: 5.0.x

- name: Calculate Version
shell: bash
Expand All @@ -33,7 +33,7 @@ jobs:
dotnet tool restore
# Installs Minver-CLI
dotnet tool install --global minver-cli --version 2.3.1
dotnet tool install minver-cli --version 2.3.1
# Gets the version number
MINVER_VERSION=$(dotnet minver --auto-increment patch --tag-prefix v --verbosity t)
Expand Down

0 comments on commit 74f39ec

Please sign in to comment.