Update build-release.js.yml
This commit is contained in:
parent
3ba835a86e
commit
b6497d1b8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.js.yml
vendored
2
.github/workflows/build-release.js.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- name: Install dependencies and build
|
||||
- run: npm run dist
|
||||
run: npm run dist
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
|
|||
Reference in a new issue