Skip to content

Commit

Permalink
Merge pull request #254 from themoeway/fix-prelease-ci
Browse files Browse the repository at this point in the history
Fix bug in prerelease CI workflow
  • Loading branch information
djahandarie authored Sep 23, 2023
2 parents 5f43c15 + 75f8648 commit 0b8ec72
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 @@ -21,7 +21,7 @@ jobs:
node-version-file: ".node-version"

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

- name: Release
Expand Down

0 comments on commit 0b8ec72

Please sign in to comment.