Skip to content

Commit

Permalink
Merge pull request #95 from consideRatio/pr/fix-tag-issue
Browse files Browse the repository at this point in the history
Fix automation to publish tigervnc and turbovnc images
  • Loading branch information
consideRatio authored Feb 28, 2024
2 parents f780833 + 5322bc9 commit bf7ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# for an explicit choice, but also ship with a default choice of
# TigerVNC.
if [ "${{ matrix.vncserver == 'tigervnc' }}" == "true" ]; then
echo "suffix=<empty-string>,-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
echo 'suffix="",-${{ matrix.vncserver }}' >> $GITHUB_OUTPUT
else
echo "suffix=-${{ matrix.vncserver }}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit bf7ddd9

Please sign in to comment.