Skip to content

Commit

Permalink
Fix workflow to use new build syntax (#488)
Browse files Browse the repository at this point in the history
* Fix workflow to use new camel case build syntax

* Try again
  • Loading branch information
djahandarie authored Dec 29, 2023
1 parent 42c3b0d commit ea85770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run license-report

- name: Build
run: npm run-script build -- --all --yomitan-version ${{ github.ref_name }}
run: npm run-script build -- --all --version ${{ github.ref_name }}
shell: bash

- name: Generate hashes
Expand Down

0 comments on commit ea85770

Please sign in to comment.