diff --git a/.github/workflows/update-module-version.yaml b/.github/workflows/update-module-version.yaml index 174296c..26a70a1 100644 --- a/.github/workflows/update-module-version.yaml +++ b/.github/workflows/update-module-version.yaml @@ -32,7 +32,7 @@ jobs: - name: Modify DevSetup.psd1 to have the current version run: | - 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 - name: Create Branch and Pull Request uses: peter-evans/create-pull-request@v7