From 5311ff906c07d00abf6ee2f36bcac308fa3bcc8a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 5 Apr 2026 01:11:34 +0900 Subject: [PATCH] ci: Update release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dd3daa3..53e0f0b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ name: Release +# Adapted from https://github.com/taiki-e/github-actions/blob/HEAD/.github/workflows/action-release.yml. + permissions: contents: read @@ -434,7 +436,6 @@ jobs: changelog: CHANGELOG.md title: $version branch: main - token: ${{ secrets.GITHUB_TOKEN }} ref: refs/tags/${{ needs.prepare.outputs.tag }} release-manifest-schema: