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 259500a commit 61d9f9cCopy full SHA for 61d9f9c
.github/actions/determine-version/action.yml
@@ -32,4 +32,4 @@ runs:
32
run: |
33
echo "${{ inputs.branch-name }}"
34
echo "${{ inputs.version-format }}"
35
- echo "${{ inputs.branch-name }} | grep -Po '${{ inputs.version-format }}'"
+ echo "$(${{ inputs.branch-name }} | grep -Po '${{ inputs.version-format }}')"
0 commit comments