1
0
This commit is contained in:
Stephan 2021-06-04 12:08:42 +02:00
parent 5f8f59f8b5
commit 73b1427fe6

View File

@ -31,7 +31,7 @@ jobs:
git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5 git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5
echo "--" echo "--"
REF="${{ github.ref }}" REF="${{ github.ref }}"
BRANCH=${REF#refs/heads/}" BRANCH=${REF#refs/heads/}
if [ "$BRANCH" != "$REF" ]; then if [ "$BRANCH" != "$REF" ]; then
VERSION=${BRANCH#release/}" VERSION=${BRANCH#release/}"