Skip to content

Commit c6576f0

Browse files
authored
Merge pull request #19 from hedzr/dependabot/github_actions/softprops/action-gh-release-2.5.0
Bump softprops/action-gh-release from 2.4.2 to 2.5.0
2 parents 7cdb751 + 471d376 commit c6576f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ jobs:
654654
655655
- name: Create Release
656656
id: create_release
657-
uses: softprops/action-gh-release@v2.4.2 # pin to v2.2.1 to solve 422 error, see its issue #616
657+
uses: softprops/action-gh-release@v2.5.0 # pin to v2.2.1 to solve 422 error, see its issue #616
658658
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.config.build_type == 'Release' && matrix.config.package_generator != '' }}
659659
env:
660660
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)