Skip to content

Commit 76b9b63

Browse files
committed
fix: publish workflow
1 parent d776560 commit 76b9b63

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/mean-suns-heal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@quassel/backend": patch
3+
"@quassel/frontend": patch
4+
---
5+
6+
Enhance registries workflow

.github/workflows/cd-registries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
NAME=${{ matrix.package.name }}
6161
MAJOR=$(echo $VERSION | cut -d. -f1)
6262
MINOR=$(echo $VERSION | cut -d. -f2)
63-
SHORTNAME=$(echo $name | cut -d/ -f2)
63+
SHORTNAME=$(echo $NAME | cut -d/ -f2)
6464
echo "MAJOR=$MAJOR" >> $GITHUB_OUTPUT
6565
echo "MINOR=$MINOR" >> $GITHUB_OUTPUT
6666
echo "BASENAME=ghcr.io/openscript-ch/quassel-$SHORTNAME" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)