From 26bc0fe3bd084f239a68590ffa5199e97c66571e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:06:41 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 153bb8e --- .github/workflows/auto_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 02abd35..0531f5b 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -30,7 +30,7 @@ jobs: echo "Outputs Skipped: ${{ steps.changelog.outputs.skipped }}" - name: Auto-Create Production Release - uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2 # auto create a tag and release + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 # auto create a tag and release if: github.ref == 'refs/heads/main' && steps.changelog.outputs.skipped == 'false' with: token: ${{ secrets.GH_TOKEN }}