Debug release

This commit is contained in:
Cole Bemis
2022-03-29 15:53:07 -07:00
committed by GitHub
parent 0999a0d46a
commit dad92cb4a6

View File

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