Skip to content

Commit

Permalink
Autoupdate test
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSelter committed Apr 11, 2022
1 parent 4c51f94 commit a7ad2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
include: "src/jenv.ps1"
find: "\\$JENV_VERSION = \"(.+?)\""
replace: '$JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
replace: '\$JENV_VERSION = "${{ env.RELEASE_VERSION }}"'
regex: true

- name: "Zip files"
Expand Down

0 comments on commit a7ad2ea

Please sign in to comment.