Skip to content

Commit

Permalink
Fix: 置換ガバ
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 18, 2024
1 parent f0e9f01 commit f722640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
RAW_VERSION="${{ github.ref_name }}" # "
VERSION=${RAW_VERSION#v}
fi
pnpm update-version.js $VERSION
node update-version.js $VERSION
echo Version: $VERSION
- name: Build with vite
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
RAW_VERSION="${{ github.ref_name }}" # "
VERSION=${RAW_VERSION#v}
fi
pnpm update-version.js $VERSION
node update-version.js $VERSION
echo Version: $VERSION
- name: Build electron
Expand Down

0 comments on commit f722640

Please sign in to comment.