Skip to content

Commit

Permalink
ci: same name as CI in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Apr 5, 2023
1 parent a214c53 commit 77db47b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- name: Checkout branch
uses: actions/checkout@v3

- name: Setup node
- name: Setup node.js 19
uses: actions/setup-node@v3
with:
node-version: 19

- name: Enable corepack
- name: Enable Corepack
run: corepack enable

- name: Get pnpm store directory
Expand All @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-pnpm-store-

- name: Install dependencies
- name: Install Dependencies
run: pnpm i --frozen-lockfile

- name: Semantic release
Expand Down

0 comments on commit 77db47b

Please sign in to comment.