Skip to content

Commit

Permalink
step nameの先頭を大文字に統一
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed May 31, 2024
1 parent 981beda commit 0905f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
node-version-file: ./.node-version
cache: npm
- name: node package install
- name: Node package install
run: npm ci
- name: vite build
- name: Vite build
run: npm run build
env:
NODE_ENV: production
Expand Down

0 comments on commit 0905f14

Please sign in to comment.