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
This commit is contained in:
Bowen Liang
2025-12-02 12:16:36 +08:00
committed by GitHub
parent c55d6e824a
commit 01044a80bc
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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