Commit 1d4ead50 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add --tags in publish.sh script (thanks, raorn@)

parent a022837c
#!/bin/sh
PROJECT=etersoft-build-utils
git push --all git.eter:packages/$PROJECT.git
git push --all git.alt:packages/$PROJECT.git
git push --tags git.eter:packages/$PROJECT.git
git push --tags git.alt:packages/$PROJECT.git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment