We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41390b commit b1563b8Copy full SHA for b1563b8
.github/workflows/default.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
18
+ with:
19
+ fetch-depth: 0 #checkout full history so we can get the latest tag
20
- uses: actions/setup-node@v3
21
with:
22
node-version: "18.17.1"
0 commit comments