Skip to content

Commit 24b6367

Browse files
authored
Fix release notes for zts
1 parent 75e4816 commit 24b6367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
- name: Export ZTS_SUFFIX (if zts is enabled)
16-
run: echo "ZTS_SUFFIX=`echo ${{ github.ref_name }} | grep 'zts' > /dev/null && echo '-zts' || echo ''` >> $GITHUB_ENV
16+
run: echo "ZTS_SUFFIX=`echo ${{ github.ref_name }} | grep 'zts' > /dev/null && echo '-zts' || echo ''`" >> $GITHUB_ENV
1717
- name: "Fetch all existing tags"
1818
run: curl -L -s 'https://registry.hub.docker.com/v2/repositories/endava/php/tags?page_size=9999'|jq -r ".\"results\"[][\"name\"] | select(test( \"^[0-9]+.[0-9]+.[0-9]+${ZTS_SUFFIX}\$\"))" > existing_docker_tags.txt
1919
- name: "Store the current tag"

0 commit comments

Comments
 (0)