Skip to content

Commit b8d3c68

Browse files
committed
Autoupdate workflow
1 parent f260ea5 commit b8d3c68

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
@@ -13,6 +13,15 @@ jobs:
1313
- name: "Import workspace"
1414
uses: actions/checkout@v1
1515

16+
- uses: actions/checkout@v2
17+
- name: Find and Replace
18+
uses: jacobtomlinson/gha-find-replace@v2
19+
with:
20+
include: "src/jenv.ps1"
21+
find: "\\$JENV_VERSION = \"(.+?)\""
22+
replace: "world"
23+
regex: true
24+
1625
- name: "Zip files"
1726
run: "zip -r JEnv.zip src/ jenv.bat java.bat"
1827

0 commit comments

Comments
 (0)