Skip to content

Commit bf7ddd9

Browse files
authored
Merge pull request #95 from consideRatio/pr/fix-tag-issue
Fix automation to publish tigervnc and turbovnc images
2 parents f780833 + 5322bc9 commit bf7ddd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# for an explicit choice, but also ship with a default choice of
9191
# TigerVNC.
9292
if [ "${{ matrix.vncserver == 'tigervnc' }}" == "true" ]; then
93-
echo "suffix=<empty-string>,-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
93+
echo 'suffix="",-${{ matrix.vncserver }}' >> $GITHUB_OUTPUT
9494
else
9595
echo "suffix=-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
9696
fi

0 commit comments

Comments
 (0)