Skip to content

Commit

Permalink
#1 | CHANGED: publish.yml - Correctness of CLI Syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluu committed Dec 13, 2020
1 parent 0b78587 commit 1090925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dotnet tool install -g minver-cli --version 2.3.1
# Gets the version number
MINVER_VERSION=$("minver --auto-increment patch --tag-prefix v --verbosity t)
MINVER_VERSION=$(minver --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 1090925

Please sign in to comment.