File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
332332
333333 - name : Update recommended PM release
334- uses : ncipollo/release-action@v1.14 .0
334+ uses : ncipollo/release-action@v1.15 .0
335335 if : ${{ inputs.special-release != 'none' }}
336336 with :
337337 artifacts : |
@@ -348,7 +348,7 @@ jobs:
348348 prerelease : ${{ inputs.pm-preview == 'true' }}
349349
350350 - name : Update php-version PM release
351- uses : ncipollo/release-action@v1.14 .0
351+ uses : ncipollo/release-action@v1.15 .0
352352 with :
353353 artifacts : |
354354 ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
Original file line number Diff line number Diff line change 5353 echo -e "\n\n\n" >> changelog.md
5454
5555 - name : Create release
56- uses : ncipollo/release-action@v1.14 .0
56+ uses : ncipollo/release-action@v1.15 .0
5757 with :
5858 artifacts : |
5959 ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
You can’t perform that action at this time.
0 commit comments