Skip to content

Commit d1f5293

Browse files
committed
fix wordpress:build-release command call
1 parent d200cf3 commit d1f5293

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
@@ -100,7 +100,7 @@ jobs:
100100
- run: sleep 60 # wait for docker-compose launch to finish
101101
- run: npm run compose logs wordpress --no-color # for debugging failures to start
102102
- name: "Build releases"
103-
run: npm run matomo:console -- console wordpress:build-release --name=${{ env.version }} --zip --tgz
103+
run: npm run matomo:console -- wordpress:build-release --name=${{ env.version }} --zip --tgz
104104
- name: "Create release"
105105
uses: ncipollo/release-action@c4bf6c1ab090090498fb7f3ddc9f99ba5ab619b9
106106
with:

0 commit comments

Comments
 (0)