Skip to content

Commit

Permalink
ci: Fix workflow syntax error (Automattic#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun authored Mar 18, 2024
1 parent 7492e39 commit b6de6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm ci

- name: Run Build Script
run: ${{ matrix.platform_env } npm run make
run: ${{ matrix.platform_env }} npm run make

- name: Get Package Version
id: 'get-package-version'
Expand Down

0 comments on commit b6de6f7

Please sign in to comment.