Skip to content

Commit 7ab8f23

Browse files
committed
Autoupdate test
1 parent 39a0409 commit 7ab8f23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
replace: 'JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
2727
regex: true
2828

29+
- name: Commit and push changes
30+
run: |
31+
git config --global user.name "FelixSelter"
32+
git config --global user.email "[email protected]"
33+
34+
git add src/jenv.ps1
35+
git commit -m "Inserted version into source file"
36+
git push
37+
2938
- name: "Zip files"
3039
run: "zip -r JEnv.zip src/ jenv.bat java.bat"
3140

0 commit comments

Comments
 (0)