forked from wrenn/wrenn
This commit is contained in:
@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user