fix(ci): install CA certificates 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:35:07 -03:00
parent afd2ca1978
commit d211d9f8bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ steps:
commands:
- corepack enable
- corepack prepare pnpm@11.0.0 --activate
- apt-get update && apt-get install --yes --no-install-recommends git
- apt-get update && apt-get install --yes --no-install-recommends ca-certificates git
- pnpm install --frozen-lockfile
- git config user.name "Woodpecker CI"
- git config user.email "woodpecker-ci@mifi.dev"