1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-02-06 10:24:27 +00:00

[actions] release test needs git tags

This commit is contained in:
Jordan Harband 2025-02-04 08:44:48 -08:00
parent 247ed8a186
commit e5521cfd3c
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -19,6 +19,8 @@ jobs:
raw.githubusercontent.com:443
registry.npmjs.org:443
- uses: actions/checkout@v4
with:
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "14"