We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c5313 commit 89517caCopy full SHA for 89517ca
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
conan create . --build=missing -pr conan/profiles/${{ matrix.profile }} -o "&:with_docs=False" -o "&:cpack=True" -o "&:cpack_destination=${{ env.ZIP_DIR }}" -o "&:shared=${{ matrix.shared }}"
100
101
- name: Release
102
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
103
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.shared == 'False' }}
104
with:
105
name: Version ${{ github.ref_name }}
0 commit comments