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
@@ -11,6 +11,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
- test "$(node -p \"require('./package.json').version\")" = "0.9.1"
- git rev-parse --verify refs/tags/v0.9.1