Skip to content

Commit a917af0

Browse files
authored
Merge pull request #5 from withuno/smithki/fix-ci
Fix CI/CD flow
2 parents 1af1ae5 + 68ac682 commit a917af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17+
- name: Fetch Git tags
18+
run: git fetch --unshallow --tags
19+
1720
- name: Use Node 16.x
1821
uses: actions/setup-node@v3
1922
with:

0 commit comments

Comments
 (0)