Skip to content

Commit a7ad2ea

Browse files
committed
Autoupdate test
1 parent 4c51f94 commit a7ad2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
include: "src/jenv.ps1"
2525
find: "\\$JENV_VERSION = \"(.+?)\""
26-
replace: '$JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
26+
replace: '\$JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
2727
regex: true
2828

2929
- name: "Zip files"

0 commit comments

Comments
 (0)