Skip to content

Commit ebe64da

Browse files
Bump softprops/action-gh-release from 2.2.1 to 2.3.2
--- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5e26b1 commit ebe64da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ jobs:
614614
615615
- name: Create Release
616616
id: create_release
617-
uses: softprops/action-gh-release@v2.2.1 # pin to v2.2.1 to solve 422 error, see its issue #616
617+
uses: softprops/action-gh-release@v2.3.2 # pin to v2.2.1 to solve 422 error, see its issue #616
618618
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.config.build_type == 'Release' && matrix.config.package_generator != '' }}
619619
env:
620620
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)