Skip to content

Commit f73ab05

Browse files
Fix release workflow (visgl#5898)
1 parent bf8bff2 commit f73ab05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919

20+
- name: Get git tags (https://github.com/actions/checkout/issues/206)
21+
run: git fetch --prune --unshallow --tags
22+
2023
- name: Use Node.js
2124
uses: actions/setup-node@v1
2225
with:

0 commit comments

Comments
 (0)