From f16aa47b3dec1a560fffb8d7d6c36d00d857a450 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 20 Mar 2026 20:25:15 +0900 Subject: [PATCH] ci: Disable deployment https://github.blog/changelog/2026-03-19-github-actions-late-march-2026-updates/#github-actions-now-allows-developers-to-use-environments-without-auto-deployment --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3799cd59..8ace7703 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,9 @@ jobs: if: github.repository_owner == 'taiki-e' && !startsWith(github.ref_name, 'install-action-manifest-schema-') runs-on: ubuntu-latest timeout-minutes: 60 - environment: release + environment: + name: release + deployment: false permissions: contents: write # for taiki-e/create-gh-release-action steps: