Skip to content

Commit 1917496

Browse files
committed
tag expansion
1 parent 83a3b18 commit 1917496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
# Setup Build
3030
docker login -u publisher -p ${DOCKER_TOKEN} ghcr.io
31-
QUTEX_VERSION=$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g")
31+
QUTEX_VERSION=$(echo ${GITHUB_REF##*/})
3232
3333
# Build all containers
3434
docker compose -f docker-compose.build.yml build

0 commit comments

Comments
 (0)