Skip to content

Commit

Permalink
chore(release): fix release.yaml workflow to fetch all tags necessa…
Browse files Browse the repository at this point in the history
…ry for the release
  • Loading branch information
tinesoft committed Mar 24, 2024
1 parent f36df76 commit f6345c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Checkout the release branch
run: |
git fetch --depth=1
git checkout $GITHUB_REF_NAME
with:
fetch-depth: 0
fetch-tags: true

- name: Install node, pnpm, and dependencies
uses: ./.github/actions/install-dependencies
Expand Down

0 comments on commit f6345c0

Please sign in to comment.