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'
- run: npm ci
- run: npm run all
- run: ls
release:
runs-on: ubuntu-latest
needs: build
# if: github.ref_name == 'master'
steps:
- run: ls
# - run: npx semantic-release
- name: Release
if: github.ref_name == 'master'
run: npx semantic-release