From 6843a208626779c7e0cede285ee5335746b559cf Mon Sep 17 00:00:00 2001 From: jutty Date: Wed, 18 Feb 2026 05:06:36 -0300 Subject: [PATCH] Add git to publish CI workflow --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 56ff89a..22ae7bb 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -8,7 +8,7 @@ env: CARGO_LLVM_COV_VERSION: 0.6.21 CARGO_LLVM_COV_SHA256SUM: 57f491aedf7cdb261538ceb49cbb1ee9d27df7ca205a5e1a009caaf5cb911afb jobs: - verify: + publish: runs-on: docker timeout-minutes: 20 container: @@ -16,7 +16,7 @@ jobs: steps: - name: Install action dependencies run: | - apt-get install --no-install-recommends --update -y nodejs curl + apt-get install --no-install-recommends --update -y nodejs curl git - name: Checkout code uses: actions/checkout@v6