fix(ci): install git for release workflows
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit is contained in:
2026-08-05 01:31:39 -03:00
parent 934367d695
commit afd2ca1978
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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"