Skip to content

Commit

Permalink
Fix create-prerelease-on-tag when there are dependencies involved in …
Browse files Browse the repository at this point in the history
…the build
  • Loading branch information
djahandarie committed Nov 10, 2023
1 parent c3429a7 commit 4b33107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-prerelease-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
with:
node-version-file: ".node-version"

- name: Lint
- name: Install dependencies
run: npm ci

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

Expand Down

0 comments on commit 4b33107

Please sign in to comment.