Skip to content

Commit

Permalink
fix(pipeline): fix release pipeline
Browse files Browse the repository at this point in the history
fix(pipeline): fix release pipeline
  • Loading branch information
easy1090 committed Dec 21, 2023
1 parent 894e3f4 commit 47857dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.REPO_SCOPED_TOKEN }}
ref: refs/pull/${{ github.event.issue.number }}/head

- name: Install Pnpm
Expand Down Expand Up @@ -71,8 +72,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
fetch-depth: 25

- name: Install Pnpm
Expand Down

0 comments on commit 47857dd

Please sign in to comment.