Skip to content

Commit a390ed0

Browse files
committed
chore: formatting
1 parent 0049798 commit a390ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
path: ./release-packages
107107
- name: Remove docker images
108108
run: |
109-
docker rm $(docker ps -aq)
110-
docker rmi $(docker images -q)
109+
docker rm $(docker ps -aq)
110+
docker rmi $(docker images -q)
111111
112112
macos-amd64:
113113
needs: release

0 commit comments

Comments
 (0)