Skip to content

Commit af51eb3

Browse files
committed
fix typo
1 parent 69e0813 commit af51eb3

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
@@ -33,7 +33,7 @@ jobs:
3333
# echo "BIN_NAME=ahnlich-${value}" >> $GITHUB_OUTPUT
3434
run: |
3535
echo "BIN_SUFFIX=db" >> $GITHUB_OUTPUT
36-
cho "BIN_NAME=ahnlich-db" >> $GITHUB_OUTPUT
36+
echo "BIN_NAME=ahnlich-db" >> $GITHUB_OUTPUT
3737
3838
build_binaries_and_publish:
3939
needs: prebuild_preparation

0 commit comments

Comments
 (0)