diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-06-30 02:27:00 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-06-30 02:27:00 +0300 |
commit | 511af2a2e8753c8fe5552450ec678a7d88ef7b66 (patch) | |
tree | 813a51449b7a7a1c172757f554ee6d823b98063b | |
parent | 5073b75e35703257bf6404ab7d1ed3764a9e65aa (diff) | |
download | missing-511af2a2e8753c8fe5552450ec678a7d88ef7b66.tar.gz missing-511af2a2e8753c8fe5552450ec678a7d88ef7b66.zip |
it didn't actually work
-rwxr-xr-x | build/version-archive.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/version-archive.sh b/build/version-archive.sh index 1d2e89c..fbf5b76 100755 --- a/build/version-archive.sh +++ b/build/version-archive.sh @@ -9,7 +9,10 @@ command -v grep command -v deno git fetch --tags +echo tags: +git tag --list git clone . $dir +git fetch --tags cd $dir echo "Entered $PWD" >&2 |