Skip to content

Commit

Permalink
feat: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jan 26, 2024
1 parent 47df877 commit 177af8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
id-token: write # to verify the deployment originates from an appropriate source

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
with:
fetch-depth: 0 # to fetch all history
fetch-tags: true

- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
Expand Down

0 comments on commit 177af8e

Please sign in to comment.