Update update-release-v1.yml

This commit is contained in:
Luc Appelman 2021-10-30 17:05:55 +02:00 committed by GitHub
parent 61e64ec937
commit e05d97ad31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: git describe --tags --abbrev=0 --match=v*[0-9.] master~1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
@ -30,7 +31,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: zip build.zip $(find build)
- run: git describe --tags --abbrev=0 --match=v*[0-9.] master~1
- name: Generate version
id: version