Skip to content

Commit 9ddb93f

Browse files
committed
chore: fix github release action missing tag error
1 parent f2d15d0 commit 9ddb93f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v6
15+
with:
16+
fetch-tags: true
1517

1618
- name: Setup Node.js
1719
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)