Skip to content

Commit e32976a

Browse files
committed
wip
1 parent 16483e3 commit e32976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_determine_php_versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Determine version and hash
3131
run: |
32-
echo "${{ steps.get_tags.outputs.data }}" > "tags.json"
32+
echo '${{ steps.get_tags.outputs.data }}' > "tags.json"
3333
jq -r '.[]' "versions.json" | while read VERSION; do
3434
jq -r '.[] | (.ref | sub("refs/tags/php-"; "")) + " " + .object.sha' "tags.json" \
3535
| grep -E "^${VERSION}\.[0-9]+ " \

0 commit comments

Comments
 (0)