wip
This commit is contained in:
parent
5f8f59f8b5
commit
73b1427fe6
2
.github/workflows/exp.yml
vendored
2
.github/workflows/exp.yml
vendored
|
@ -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/}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user