Skip to content

Commit 1aaf6f2

Browse files
authored
fix: Update release.yml (#531)
Removes errant colon, which was causing the command to fail.
1 parent f20bba9 commit 1aaf6f2

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
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
IFS=$'\n'
8282
DELETED_WORKSPACES_ARRAY=({{ steps.get_deleted.outputs.deleted_workspaces }})
83-
echo: "Removing deleted project output:"
83+
echo "Removing deleted project output:"
8484
for workspace in "${DELETED_WORKSPACES_ARRAY[@]}"; do
8585
echo " - samples/$workspace"
8686
rm -rf dist/samples/$workspace

0 commit comments

Comments
 (0)