There was an error while loading. Please reload this page.
2 parents 67ec6f9 + 70402e0 commit 512b047Copy full SHA for 512b047
1 file changed
.github/workflows/update-module-version.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Modify DevSetup.psd1 to have the current version
34
run: |
35
- perl -pi -e 's/[0-9]\.[0-9]\.[0-9]/${{ steps.version_tracker.outputs.version }}/' DevSetup/DevSetup.psd1
+ perl -pi -e 's/[0-9]+\.[0-9]+\.[0-9]+/${{ steps.version_tracker.outputs.version }}/' DevSetup/DevSetup.psd1
36
37
- name: Create Branch and Pull Request
38
uses: peter-evans/create-pull-request@v7
0 commit comments