Skip to content

Commit a0cef01

Browse files
committed
fix escape chars for gh action?
1 parent 658adbe commit a0cef01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-cpan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: update-version
1515
run: |
16-
sed -i "s/^\$VERSION = '.*';/\$VERSION = '${GITHUB_REF}';/" lib/Test/MockModule.pm
16+
sed -i "s/^\\\$VERSION = '.*';/\\\$VERSION = '${GITHUB_REF}';/" lib/Test/MockModule.pm
1717
- uses: cucumber/[email protected]
1818
with:
1919
cpan-user: ${{ secrets.CPAN_USER }}

0 commit comments

Comments
 (0)