Skip to content

Commit abea206

Browse files
committed
fix: fetch tags for CD workflow
1 parent 5bd4e33 commit abea206

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
fetch-tags: true
1618

1719
- name: Set up Node.js
1820
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)