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