wip
This commit is contained in:
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/}"
|
||||||
|
|||||||
Reference in New Issue
Block a user