1
0
forked from wrenn/wrenn

Fixed the pipeline
Some checks failed
ci/woodpecker/push/pipeline Pipeline failed

This commit is contained in:
Tasnim Kabir Sadik
2026-05-02 23:00:55 +06:00
parent 180d92090b
commit ab35c7b6b7

View File

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