Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Nov 13, 2023
1 parent 9cccabc commit c848a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jcapi-powershell-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build Draft Release
run: |
MODULE_CAPTURE=$(grep -Po 'ModuleVersion = '(\d+\.\d+\.\d+)'' ${{ github.workspace }}/SDKs/PowerShell/${{ matrix.sdkName }}/${{ matrix.sdkName }}.psd1)
MODULE_CAPTURE=$(grep -Po "ModuleVersion = '(\d+\.\d+\.\d+)'" ${{ github.workspace }}/SDKs/PowerShell/${{ matrix.sdkName }}/${{ matrix.sdkName }}.psd1)
VERSION=$(echo $MODULE_CAPTURE | grep -Po "(\d+\.\d+\.\d+)")
TITLE="${{ matrix.sdkName }}-$VERSION"
# Get the changelog text between the latest release # and the next sequential "## SemanticVersionNumber"
Expand Down

0 comments on commit c848a07

Please sign in to comment.