Skip to content

Commit 471c33f

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent 6ef193f commit 471c33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precompile-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ jobs:
11391139
echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes"
11401140
11411141
- name: Create GitHub Release
1142-
uses: softprops/action-gh-release@v1
1142+
uses: softprops/action-gh-release@v2
11431143
with:
11441144
tag_name: binaries-${{ github.run_number }}
11451145
name: PHP Binaries - Build ${{ github.run_number }}

0 commit comments

Comments
 (0)