We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d35db commit a268b06Copy full SHA for a268b06
.github/workflows/precompile-php.yml
@@ -1139,7 +1139,7 @@ jobs:
1139
echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes"
1140
1141
- name: Create GitHub Release
1142
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2.3.2
1143
with:
1144
tag_name: binaries-${{ github.run_number }}
1145
name: PHP Binaries - Build ${{ github.run_number }}
0 commit comments