Skip to content

Commit

Permalink
Merge pull request #313 from themoeway/fix-create-prerelease-on-tag
Browse files Browse the repository at this point in the history
Fix create-prerelease-on-tag.yml
  • Loading branch information
djahandarie authored Nov 10, 2023
2 parents c3429a7 + 4b33107 commit 382f2ec
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 382f2ec

Please sign in to comment.