From 8a5fc31911d19d41fd0d6ba4718670cde122357a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:35:47 +0000 Subject: [PATCH] Bump taiki-e/create-gh-release-action from 1.9.2 to 1.9.3 Bumps [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/taiki-e/create-gh-release-action/releases) - [Changelog](https://github.com/taiki-e/create-gh-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/create-gh-release-action/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: taiki-e/create-gh-release-action dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ba0f4726..ddb4b5016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: cd $ROOT_DIR/.artifacts/logbox/${{ env.COLDBOX_VERSION }} && box forgebox publish - name: Create Github Release - uses: taiki-e/create-gh-release-action@v1.9.2 + uses: taiki-e/create-gh-release-action@v1.9.3 continue-on-error: true if: env.SNAPSHOT == 'false' with: