From 9429e9ebbc04c5afdee4b666d9afe832ac84ac63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:19:45 +0000 Subject: [PATCH] Update softprops/action-gh-release digest to 3362207 --- .github/workflows/create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index b61378da..232cf069 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -204,7 +204,7 @@ jobs: - name: Upload Test Release Asset id: create_test_release if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test') - uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728 + uses: softprops/action-gh-release@3362207ba10174a31da6ce64d9c9ea4bbee307f0 with: prerelease: true files: | @@ -217,7 +217,7 @@ jobs: - name: Upload Release Asset id: upload-release-asset if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test') - uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728 + uses: softprops/action-gh-release@3362207ba10174a31da6ce64d9c9ea4bbee307f0 with: files: | dist/*.whl