git fetch through plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 19:56:26 +02:00
parent 20844a6d30
commit 93600f223f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -euo pipefail
# git fetch
git fetch --tags
CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1)
PREVIOUSTAG=$(git tag --sort=-taggerdate | head -n 2 | tail -n 1)