Skip to content

Commit

Permalink
fix((release)): use the same runner to complete release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bardenHa committed Oct 9, 2023
1 parent 1648f46 commit c809585
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
cache-and-install:
release:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit c809585

Please sign in to comment.