Skip to content

Commit 8f5f4b2

Browse files
authored
Merge pull request #7 from php-toolkit/dependabot/github_actions/softprops/action-gh-release-2
chore(deps): bump softprops/action-gh-release from 1 to 2
2 parents cec817f + 6be561c commit 8f5f4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
# https://github.com/softprops/action-gh-release
3333
- name: Create release and upload assets
34-
uses: softprops/action-gh-release@v1
34+
uses: softprops/action-gh-release@v2
3535
with:
3636
name: ${{ env.RELEASE_TAG }}
3737
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)