Skip to content

Commit

Permalink
Fix: バージョン変え忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Mar 31, 2024
1 parent 1873662 commit 3448636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ jobs:
- name: Replace package version
run: |
sed -i 's/"version": "999.999.999"/"version": "${{ env.VOICEVOX_EDITOR_VERSION }}"/' package.json
sed -i 's/versionCode 1/versionCode ${{ github.run_number }}/' android/app/build.gradle
sed -E -i 's/versionName ".+"/versionName "${{ env.VOICEVOX_EDITOR_VERSION }}"/' android/app/build.gradle
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 3448636

Please sign in to comment.