Skip to content

Commit

Permalink
fix: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Aug 9, 2024
1 parent 96de089 commit 27b3b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 27b3b9d

Please sign in to comment.