From f4369fccf656ae32fd3a0555a883a589ca3b7741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:52:17 +0000 Subject: [PATCH] Update softprops/action-gh-release digest to a06a81a --- .github/workflows/build-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 27c7b30b..2e900d90 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -62,7 +62,7 @@ jobs: - name: 'Build jsonschema 🏗️' run: 'npm run build:jsonschema --workspace packages/code-style' - name: 'Publish files to Github Releases 🚀' - uses: 'softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564' # v2 + uses: 'softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b' # v2 with: tag_name: '${{ steps.get-package-version.outputs.version }}' prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"