From 89517ca0d5d4bb88e1a9928736aec5a925d010e4 Mon Sep 17 00:00:00 2001 From: Will Sobel Date: Mon, 23 Sep 2024 15:38:51 -0400 Subject: [PATCH] Move to v2 of release script --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af4e8e07..f6c7ace4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: 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 }}" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.shared == 'False' }} with: name: Version ${{ github.ref_name }}