Skip to content

Commit f8bdbc9

Browse files
committed
fixed thing
1 parent e67e8ee commit f8bdbc9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Setup Build
3030
docker login -u publisher -p ${DOCKER_TOKEN} ghcr.io
3131
32-
./bin/create_version.sh "${GITHUB_REF##*/}"
32+
./bin/create_version.sh "${GITHUB_REF##*/}" 1
3333
3434
# Build all containers
3535
QUTEX_VERSION=$(echo ${GITHUB_REF##*/}) docker compose -f docker-compose.yml -f docker-compose.build.yml build

bin/create_version.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ if [[ -z $2 ]]; then
1414
fi;
1515

1616
echo "QUTEX_RELEASE_DATE=${QUTEX_RELEASE_DATE}
17-
QUTEX_VERSION=${QUTEX_VERSION}" > .version.env
17+
QUTEX_VERSION=${QUTEX_VERSION}" > .version.env
18+
19+
cat .version.env

0 commit comments

Comments
 (0)