Skip to content

Commit

Permalink
fix updateしたファイルのコミット
Browse files Browse the repository at this point in the history
  • Loading branch information
eiei114 committed Jan 16, 2025
1 parent 3f0f606 commit 9b73d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
git config --local user.name "GitHub Action"
git add version.txt inno_setup_config.txt
git commit -m "Update version and config files after build"
git push origin HEAD:${{ github.head_ref }}
git push origin HEAD:${{ github.ref }}
- name: Read version.txt
if: matrix.targetPlatform == 'StandaloneWindows64'
Expand Down

0 comments on commit 9b73d71

Please sign in to comment.