this should fix all

This commit is contained in:
Luc Appelman
2021-10-30 17:13:47 +02:00
committed by GitHub
parent e05d97ad31
commit 21393240e1

View File

@@ -21,8 +21,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps:
- run: git describe --tags --abbrev=0 --match=v*[0-9.] master~1
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with: