Skip to content

Commit

Permalink
RM tag comment
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Andy <pascal@firepress.org>
  • Loading branch information
pascalandy committed Jun 4, 2019
1 parent 169c678 commit 62c2727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ VERSION=$1 && \
sed -i '' "s/^ARG GHOST_VERSION=.*$/ARG GHOST_VERSION=\"$VERSION\"/" Dockerfile && \
git add . && \
git commit -m "Ghost updated to $VERSION version" && \
git tag -a $VERSION -m "Ghost updated to $VERSION version" && \
git tag $VERSION && \
git push --tags;

##################################################
Expand Down

0 comments on commit 62c2727

Please sign in to comment.