From da38aaf26459950a7687afe9925f395635588ddb Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Sun, 29 Mar 2026 22:01:45 -0700 Subject: [PATCH] fix: update draft-release workflow to use skill reference instead of command Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4b8d86b4e..9496e820b 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -76,7 +76,7 @@ jobs: Then, check the environment variable $INPUT_NEW_VERSION. If it is not empty, use that value (without v prefix) as $new_version. For example, if $INPUT_NEW_VERSION is "1.0.0", the new version is "1.0.0". - If $INPUT_NEW_VERSION is empty, determine the new version automatically by performing the /release-dry-run command. + If $INPUT_NEW_VERSION is empty, determine the new version automatically by performing the release-dry-run skill. Let's resume the release process.