From ab35c7b6b78a5b2d5c99f50478746051e084d03a Mon Sep 17 00:00:00 2001 From: Tasnim Kabir Sadik Date: Sat, 2 May 2026 23:00:55 +0600 Subject: [PATCH] Fixed the pipeline --- .woodpecker/pipeline.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 96dcf000..a2236147 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -11,13 +11,12 @@ steps: GITEA_TOKEN: from_secret: gitea_token commands: - - apt-get update && apt-get install -y git - - pip install wrenn.py + - pip install wrenn - export GO_VERSION=$$(grep '^go ' go.mod | cut -d' ' -f2) - python .woodpecker/scripts/build.py - VERSION=$$(cat VERSION_CP) - - git config user.name "Woodpecker CI" - - git config user.email "woodpecker@omukk.dev" + - git config user.name "R3dRum92" + - git config user.email "tksadik@omukk.dev" - git tag "v$${VERSION}" - git push "https://tksadik92:$${GITEA_TOKEN}@git.omukk.dev/tksadik92/wrenn-releases.git" "v$${VERSION}" @@ -31,7 +30,7 @@ steps: ZHIPU_API_KEY: from_secret: zhipu_api_key commands: - - pip install wrenn.py + - pip install wrenn - python .woodpecker/scripts/release_notes.py depends_on: [sandbox-1]