Skip to content

Commit 61d9f9c

Browse files
committed
ccaxsa
1 parent 259500a commit 61d9f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/determine-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ runs:
3232
run: |
3333
echo "${{ inputs.branch-name }}"
3434
echo "${{ inputs.version-format }}"
35-
echo "${{ inputs.branch-name }} | grep -Po '${{ inputs.version-format }}'"
35+
echo "$(${{ inputs.branch-name }} | grep -Po '${{ inputs.version-format }}')"

0 commit comments

Comments
 (0)