fix(ci): install git for release workflows
This commit is contained in:
@@ -27,6 +27,7 @@ steps:
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@11.0.0 --activate
|
||||
- apt-get update && apt-get install --yes --no-install-recommends git
|
||||
- pnpm install --frozen-lockfile
|
||||
- git config user.name "Woodpecker CI"
|
||||
- git config user.email "woodpecker-ci@mifi.dev"
|
||||
|
||||
Reference in New Issue
Block a user