Skip to content

Commit 9b73d71

Browse files
committed
fix updateしたファイルのコミット
1 parent 3f0f606 commit 9b73d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
git config --local user.name "GitHub Action"
9797
git add version.txt inno_setup_config.txt
9898
git commit -m "Update version and config files after build"
99-
git push origin HEAD:${{ github.head_ref }}
99+
git push origin HEAD:${{ github.ref }}
100100
101101
- name: Read version.txt
102102
if: matrix.targetPlatform == 'StandaloneWindows64'

0 commit comments

Comments
 (0)