From 50809476faac0576c68d059760a70051c1d732c8 Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Fri, 6 Mar 2026 10:40:27 +0100 Subject: [PATCH] fix: workflow * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau --- .github/workflows/auto-release.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index f018c75c..5e3fb836 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -24,7 +24,8 @@ jobs: with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - ref: ${{ github.base_ref }} + #ref: ${{ github.base_ref }} + ref: main - uses: pnpm/action-setup@v4 @@ -35,17 +36,13 @@ jobs: - run: pnpm install --frozen-lockfile - - - - - run: git config --global user.name 'github-actions[bot]' - run: git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Run release-it id: release_step - run: | - git pull origin main - pnpm exec release-it --ci --dry-run +# run: | +# git pull origin main + run: pnpm exec release-it --ci env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}