From 6be4c1a8e5ab60bbc17c26fce783c5099725dca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:37:11 +0000 Subject: [PATCH] build(deps): bump taiki-e/create-gh-release-action from 1.9.1 to 1.9.2 Bumps [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action) from 1.9.1 to 1.9.2. - [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.1...v1.9.2) --- updated-dependencies: - dependency-name: taiki-e/create-gh-release-action dependency-version: 1.9.2 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 279c58a..59e0ec5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: taiki-e/create-gh-release-action@v1.9.1 + - uses: taiki-e/create-gh-release-action@v1.9.2 with: draft: true token: ${{ secrets.GITHUB_TOKEN }}