From 01044a80bcb8638bcb25d51fb78e0c9a3e9fc89a Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Tue, 2 Dec 2025 12:16:36 +0800 Subject: [PATCH] fix: use latest version of plugin cli in plugin auto publish workflow (#575) * use latest version of plugin cli in plugin auto publish workflow * fix --- plugin-dev-en/0321-plugin-auto-publish-pr.mdx | 2 +- plugin-dev-ja/0321-plugin-auto-publish-pr.mdx | 2 +- plugin-dev-zh/0321-plugin-auto-publish-pr.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin-dev-en/0321-plugin-auto-publish-pr.mdx b/plugin-dev-en/0321-plugin-auto-publish-pr.mdx index 5c26f920..294d67cf 100644 --- a/plugin-dev-en/0321-plugin-auto-publish-pr.mdx +++ b/plugin-dev-en/0321-plugin-auto-publish-pr.mdx @@ -136,7 +136,7 @@ Once set up, the workflow automatically handles these parameters: cd $RUNNER_TEMP/bin # Download CLI tool - wget https://github.com/langgenius/dify-plugin-daemon/releases/download/0.0.6/dify-plugin-linux-amd64 + wget https://github.com/langgenius/dify-plugin-daemon/releases/latest/download/dify-plugin-linux-amd64 chmod +x dify-plugin-linux-amd64 # Show download location and file diff --git a/plugin-dev-ja/0321-plugin-auto-publish-pr.mdx b/plugin-dev-ja/0321-plugin-auto-publish-pr.mdx index 94bbcc46..0bd749b2 100644 --- a/plugin-dev-ja/0321-plugin-auto-publish-pr.mdx +++ b/plugin-dev-ja/0321-plugin-auto-publish-pr.mdx @@ -135,7 +135,7 @@ dify-plugins/ cd $RUNNER_TEMP/bin # Download CLI tool - wget https://github.com/langgenius/dify-plugin-daemon/releases/download/0.0.6/dify-plugin-linux-amd64 + wget https://github.com/langgenius/dify-plugin-daemon/releases/latest/download/dify-plugin-linux-amd64 chmod +x dify-plugin-linux-amd64 # Show download location and file diff --git a/plugin-dev-zh/0321-plugin-auto-publish-pr.mdx b/plugin-dev-zh/0321-plugin-auto-publish-pr.mdx index ee398c7e..25d4eb6a 100644 --- a/plugin-dev-zh/0321-plugin-auto-publish-pr.mdx +++ b/plugin-dev-zh/0321-plugin-auto-publish-pr.mdx @@ -136,7 +136,7 @@ dify-plugins/ cd $RUNNER_TEMP/bin # Download CLI tool - wget https://github.com/langgenius/dify-plugin-daemon/releases/download/0.0.6/dify-plugin-linux-amd64 + wget https://github.com/langgenius/dify-plugin-daemon/releases/latest/download/dify-plugin-linux-amd64 chmod +x dify-plugin-linux-amd64 # Show download location and file