Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
martynaskre committed Apr 6, 2021
1 parent ce8b126 commit d6b2719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "$version" == "$currentVersion" ]]
then
git commit -am v"$version"
git tag v"$version"
git push -u origin master && git push -u origin master --tags
git push && git push --tags
else
echo "Mismatch between provided versions. Current version: "$currentVersion", release version: "$version
fi

0 comments on commit d6b2719

Please sign in to comment.