also looking at this
chore(deps): update softprops/action-gh-release action to v2 - autoclosed
#44
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.
| @@ -916,7 +916,7 @@ jobs: | ||
| 916 | 916 | echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes" |
| 917 | 917 | |
| 918 | 918 | - name: Create GitHub Release |
| 919 | uses: softprops/action-gh-release@v1 | |
| 919 | uses: softprops/action-gh-release@v2 | |
| 920 | 920 | with: |
| 921 | 921 | tag_name: binaries-${{ github.run_number }} |
| 922 | 922 | name: PHP Binaries - Build ${{ github.run_number }} |