From c8095857ae903c8b3cc41878f3c75fbdb9545681 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 9 Oct 2023 20:32:34 +0100 Subject: [PATCH] fix((release)): use the same runner to complete release steps --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4431cf6..8534f54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: branches: - main jobs: - cache-and-install: + release: runs-on: ubuntu-latest steps: @@ -33,10 +33,6 @@ jobs: - name: Install dependencies run: pnpm install - release: - runs-on: ubuntu-latest - needs: cache-and-install - steps: - name: Configure git user run: | git config user.name "${GITHUB_ACTOR}"