Skip to content

Commit 4b211c2

Browse files
authored
Update config.yml
1 parent 209ca57 commit 4b211c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
export BRANCH=$(cat ./semver/branch.txt)
2323
echo $BRANCH
2424
25+
if [ $BRANCH == "\"(no branch)\"" ]; then echo "tagged release"; cp ./semver/mmp.txt ./semver/version.txt; else echo "patch/feature relase"; cp ./semver/nuget.txt ./semver/version.txt; fi;
2526
27+
cat ./semver/version.txt
2628
2729
ls
2830
ls ./semver

0 commit comments

Comments
 (0)