Skip to content

Commit bdebdad

Browse files
committed
remove debug
1 parent 68c1e18 commit bdebdad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cd.yml

-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ jobs:
396396
cp -r /tmp/dist-artifacts /tmp/dist-artifacts-latest
397397
# Replace the version with "latest" in the zip file name
398398
find /tmp/dist-artifacts-latest -type f -exec bash -c 'mv "$1" "${1//${{ fromJSON(needs.ci.outputs.plugin).version }}/latest}"' _ {} \;
399-
# TODO: remove, debug
400-
ls -1 /tmp/dist-artifacts-latest
401399
shell: bash
402400

403401
- name: Login to Google Cloud

0 commit comments

Comments
 (0)