Skip to content

Commit

Permalink
Fix push command [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jun 7, 2023
1 parent dbf6536 commit 2cf50ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t_coffee/src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ release2:
git reset t_coffee/src/makefile
# Commit the staged files
git commit -m $(m)
git push --tags
git push --follow-tags

# This part could be removed just maitained to upload stuff to dropbox
web:
Expand Down

0 comments on commit 2cf50ee

Please sign in to comment.