Add release step

This commit is contained in:
Cole Bemis 2022-03-29 16:02:42 -07:00 committed by GitHub
parent 519fe5cad7
commit 3f5be02ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,6 @@ jobs:
cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: npm run all - run: npm run all
- run: ls - name: Release
release: if: github.ref_name == 'master'
runs-on: ubuntu-latest run: npx semantic-release
needs: build
# if: github.ref_name == 'master'
steps:
- run: ls
# - run: npx semantic-release