Skip to content

Commit 403d3e0

Browse files
committed
Try this
1 parent b7148c7 commit 403d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Clean up the version number
164164
id: version
165165
# yamllint disable-line rule:line-length
166-
run: echo "TAG=$('${{ steps.latest_release.outputs.TAG }}' | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+(\.[0-9]+)+')" >> "$GITHUB_OUTPUT"
166+
run: echo "TAG=$(echo '${{ steps.latest_release.outputs.TAG }}' | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+(\.[0-9]+)+')" >> "$GITHUB_OUTPUT"
167167

168168
- name: Setup PHP
169169
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)