We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05772fb commit 345db5cCopy full SHA for 345db5c
.github/workflows/create-deb-ppa-packages.yml
@@ -30,6 +30,7 @@ jobs:
30
TAG=$(echo $TAG | sed s'/-/./')
31
DATE=$(date -R)
32
VERSION=${TAG:1}
33
+ VERSION=2024.01.4
34
35
echo "latest TAG = $TAG, VERSION=$VERSION, DATE=$DATE"
36
0 commit comments