Skip to content

Commit 39a0409

Browse files
committed
Autoupdate test
1 parent 26d9c07 commit 39a0409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: jacobtomlinson/gha-find-replace@v2
2323
with:
2424
include: "src/jenv.ps1"
25-
find: "\\$JENV_VERSION = \"(.+?)\""
26-
replace: '\\$JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
25+
find: 'JENV_VERSION = "(.+?)"'
26+
replace: 'JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
2727
regex: true
2828

2929
- name: "Zip files"

0 commit comments

Comments
 (0)