Skip to content

Commit 512b047

Browse files
authored
Merge pull request #19 from pwshdevs/feat/fixing-workflow-issue-with-version-numbers
Fixing an issue with parsing of version numbers where 1.0.10 became 1…
2 parents 67ec6f9 + 70402e0 commit 512b047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-module-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Modify DevSetup.psd1 to have the current version
3434
run: |
35-
perl -pi -e 's/[0-9]\.[0-9]\.[0-9]/${{ steps.version_tracker.outputs.version }}/' DevSetup/DevSetup.psd1
35+
perl -pi -e 's/[0-9]+\.[0-9]+\.[0-9]+/${{ steps.version_tracker.outputs.version }}/' DevSetup/DevSetup.psd1
3636
3737
- name: Create Branch and Pull Request
3838
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)