Skip to content

Commit ad911dc

Browse files
committed
feat: unzip custom blocks in unatended mode
1 parent 317c2bd commit ad911dc

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
@@ -87,7 +87,7 @@ jobs:
8787
name: custom-blocks
8888

8989
- name: Unpackage custom blocks
90-
run: unzip custom-blocks.zip
90+
run: unzip -o custom-blocks.zip
9191

9292
- name: Install dist archive
9393
run: wp package install wp-cli/dist-archive-command:@stable

0 commit comments

Comments
 (0)