We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd4e33 commit abea206Copy full SHA for abea206
1 file changed
.github/workflows/cd.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ fetch-tags: true
18
19
- name: Set up Node.js
20
uses: actions/setup-node@v4
0 commit comments