From e37e9034f99d6da09f4dc799f9b36eab9f6b1e49 Mon Sep 17 00:00:00 2001 From: pavlos Date: Wed, 11 Mar 2026 15:51:31 +0200 Subject: [PATCH] refactor(ci): added release app --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 321decb..714489f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,13 +54,6 @@ jobs: fetch-depth: 0 ref: 'main' token: ${{ steps.generate_token.outputs.token }} - - name: Full Checkout for Release Process - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Required for git describe (tags) and git log (commits) - token: ${{ secrets.GITHUB_TOKEN }} # Use GITHUB_TOKEN for checkout and subsequent push - ref: 'main' # Explicitly checkout the main branch post-merge - - name: Configure Git User run: | git config --global user.name 'github-actions[bot]'