Skip to content

Commit ff980fa

Browse files
authored
fix: remove extra quotation in deb workflow (runfinch#1443)
Signed-off-by: Cezar Rata <[email protected]>
1 parent fc83232 commit ff980fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Version matches format: $version"
6060
else
6161
echo "Version $version doesn't match format. Using test version: 0.0.1+{commit}"
62-
version="0.0.1+${{ github.sha }}""
62+
version="0.0.1+${{ github.sha }}"
6363
fi
6464
echo "version=$version" >> ${GITHUB_OUTPUT}
6565

0 commit comments

Comments
 (0)