also looking at this
chore(deps): update dependency softprops/action-gh-release to v2.3.2
#107
1 file
+1
-1
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -1139,7 +1139,7 @@ jobs: | ||
| 1139 | 1139 | echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes" |
| 1140 | 1140 | |
| 1141 | 1141 | - name: Create GitHub Release |
| 1142 | uses: softprops/action-gh-release@v1 | |
| 1142 | uses: softprops/action-gh-release@v2.3.2 | |
| 1143 | 1143 | with: |
| 1144 | 1144 | tag_name: binaries-${{ github.run_number }} |
| 1145 | 1145 | name: PHP Binaries - Build ${{ github.run_number }} |