Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Jan 14, 2022
1 parent 7c81d80 commit ed6984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/cimg_buildpackage
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ rm -rf ../latex
echo " - Commit on GIT repository."
cd $SRC_DIR
if [ "$1" == "final" ]; then
git push --delete origin v.$VERSION
git push --delete origin v.$SVERSION
git pull
git tag -d v.$SVERSION
git tag v.$SVERSION
Expand Down

0 comments on commit ed6984c

Please sign in to comment.