Skip to content

Commit 259500a

Browse files
committed
xsvcssdc
1 parent 146eda2 commit 259500a

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)