3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 19:52:53 +01:00

Revert "drone CI: remove date based tags, it isn't strictly necessary"

This reverts commit 0cba40e4c5.
This commit is contained in:
James Lu 2021-12-28 10:46:46 -08:00
parent 2915bf2236
commit 563b48e9c5

View File

@ -16,6 +16,8 @@ fi
major_version="$(printf '%s' "$VERSION" | cut -d . -f 1)" major_version="$(printf '%s' "$VERSION" | cut -d . -f 1)"
# Date based tag
printf '%s' "$VERSION-$(date +%Y%m%d),"
# Program version # Program version
printf '%s' "$VERSION," printf '%s' "$VERSION,"