We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658adbe commit a0cef01Copy full SHA for a0cef01
.github/workflows/publish-cpan.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- name: update-version
15
run: |
16
- sed -i "s/^\$VERSION = '.*';/\$VERSION = '${GITHUB_REF}';/" lib/Test/MockModule.pm
+ sed -i "s/^\\\$VERSION = '.*';/\\\$VERSION = '${GITHUB_REF}';/" lib/Test/MockModule.pm
17
- uses: cucumber/[email protected]
18
with:
19
cpan-user: ${{ secrets.CPAN_USER }}
0 commit comments