We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20bba9 commit 1aaf6f2Copy full SHA for 1aaf6f2
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
IFS=$'\n'
82
DELETED_WORKSPACES_ARRAY=({{ steps.get_deleted.outputs.deleted_workspaces }})
83
- echo: "Removing deleted project output:"
+ echo "Removing deleted project output:"
84
for workspace in "${DELETED_WORKSPACES_ARRAY[@]}"; do
85
echo " - samples/$workspace"
86
rm -rf dist/samples/$workspace
0 commit comments