Skip to content

Commit 89517ca

Browse files
committed
Move to v2 of release script
1 parent e2c5313 commit 89517ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
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 }}"
100100
101101
- name: Release
102-
uses: softprops/action-gh-release@v1
102+
uses: softprops/action-gh-release@v2
103103
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.shared == 'False' }}
104104
with:
105105
name: Version ${{ github.ref_name }}

0 commit comments

Comments
 (0)