Skip to content

Commit

Permalink
#1 | CHANGED: publish.yml - Installation of MinVer CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluu committed Dec 13, 2020
1 parent c2ebb9e commit d80fe9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true
run: |
# Installs Minver-CLI
dotnet tool install minver-cli --version 2.3.1
dotnet tool install -g minver-cli --version 2.3.1
# Gets the version number
MINVER_VERSION=$(dotnet minver --auto-increment patch --tag-prefix v --verbosity t)
MINVER_VERSION=$("$DOTNET_ROOT"/minver.exe --auto-increment patch --tag-prefix v --verbosity t)
# See also: https://github.com/marketplace/actions/publish-nuget
- uses: rohith/publish-nuget@v2
Expand Down

0 comments on commit d80fe9a

Please sign in to comment.