Update update-release-v1.yml
This commit is contained in:
parent
61e64ec937
commit
e05d97ad31
2
.github/workflows/update-release-v1.yml
vendored
2
.github/workflows/update-release-v1.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user