Skip to content

Commit 209ca57

Browse files
authored
Update config.yml
1 parent 5de1a60 commit 209ca57

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.circleci/config.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ jobs:
2222
export BRANCH=$(cat ./semver/branch.txt)
2323
echo $BRANCH
2424
25-
if [ $BRANCH == "\"(no branch)\"" ]
26-
then
27-
echo "tagged release"
28-
cp ./semver/mmp.txt ./semver/version.txt
29-
else
30-
echo "patch/feature relase"
31-
cp ./semver/nuget.txt ./semver/version.txt
32-
fi
33-
34-
cat ./semver/version.txt
25+
3526
3627
ls
3728
ls ./semver

0 commit comments

Comments
 (0)