ci: Enable fetching tags in bump-version workflow's checkout step.

This commit is contained in:
JOYCEQL
2026-02-14 12:52:48 +08:00
parent a52dcb4d3c
commit 960f6c6759
+1
View File
@@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Node.js
uses: actions/setup-node@v4