Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 18, 2018
1 parent 2fda34c commit f6e8f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do
git clone $REMOTE_URL .
git checkout "$CURRENT_BRANCH";

git tag $1 -s -m "Release $1"
git tag $1
git push origin --tags
)
done

0 comments on commit f6e8f65

Please sign in to comment.