Update build-release.js.yml

This commit is contained in:
Ceferino Patino 2022-03-26 17:28:43 -05:00 committed by GitHub
commit b6497d1b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/')