chore: fix update version script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version="${1:-}"
|
version="${1:-}"
|
||||||
csprojPath="${2:-src/StevanFreeborn.Results/StevanFreeborn.Results.csproj}"
|
csprojPath="${2:-src/StevanFreeborn.Options/StevanFreeborn.Options.csproj}"
|
||||||
|
|
||||||
if [[ -z "$version" ]]; then
|
if [[ -z "$version" ]]; then
|
||||||
echo "Error: Version is required"
|
echo "Error: Version is required"
|
||||||
|
|||||||
Reference in New Issue
Block a user