ci: debug

This commit is contained in:
Derrick Hammer 2023-04-21 22:34:44 -04:00
parent 533e741c15
commit 69e999aef5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: set -x; npm run build
- name: Release
run: npx semantic-release
env: