mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:34:03 +00:00
fix VERSION_PREFIX in queue.yml
This commit is contained in:
parent
2830d942a5
commit
08f58bff14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/queue.yml
vendored
2
.github/workflows/queue.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Prepare composer version constraint prefix
|
- name: Prepare composer version constraint prefix
|
||||||
run: |
|
run: |
|
||||||
BRANCH=${GITHUB_REF#refs/heads/}
|
BRANCH=${GITHUB_REF#refs/heads/}
|
||||||
if [[ $BRANCH =~ ^[0-9] ]]; then
|
if [[ $BRANCH =~ ^[0-9]\.x$ ]]; then
|
||||||
echo "VERSION_PREFIX=${BRANCH}-dev" >> $GITHUB_ENV
|
echo "VERSION_PREFIX=${BRANCH}-dev" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "VERSION_PREFIX=dev-${BRANCH}" >> $GITHUB_ENV
|
echo "VERSION_PREFIX=dev-${BRANCH}" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue