Debug release

This commit is contained in:
Cole Bemis 2022-03-29 15:53:07 -07:00 committed by GitHub
parent 0999a0d46a
commit dad92cb4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
name: CI name: CI
on: on: push
push:
jobs: jobs:
build: build:
@ -15,3 +14,10 @@ jobs:
cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: npm run all - run: npm run all
release:
runs-on: ubuntu-latest
needs: build
# if: github.ref_name == 'master'
steps:
- run: ls
# - run: npx semantic-release