Skip to content

Commit d3ca71c

Browse files
authored
Merge pull request #5 from php-toolkit/dependabot/github_actions/softprops/action-gh-release-2
chore(deps): bump softprops/action-gh-release from 1 to 2
2 parents ebcac8b + 4830590 commit d3ca71c

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)