Skip to content

Commit

Permalink
chore(CI): use inputs.branch to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Dec 24, 2024
1 parent bec7270 commit 68bc8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 1
ref: ${{ github.event.inputs.branch }}

- name: Install Pnpm
run: corepack enable
Expand Down

0 comments on commit 68bc8c0

Please sign in to comment.