There was an error while loading. Please reload this page.
2 parents 8294480 + e188f98 commit c1a78c7Copy full SHA for c1a78c7
1 file changed
.github/workflows/cmake.yml
@@ -654,7 +654,7 @@ jobs:
654
655
- name: Create Release
656
id: create_release
657
- uses: softprops/action-gh-release@v2.6.1 # pin to v2.2.1 to solve 422 error, see its issue #616
+ uses: softprops/action-gh-release@v3.0.0 # pin to v2.2.1 to solve 422 error, see its issue #616
658
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.config.build_type == 'Release' && matrix.config.package_generator != '' }}
659
env:
660
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments