From 9f49bcc18fdc0d30ce74376b44d38ae9e554079c Mon Sep 17 00:00:00 2001 From: thevinter Date: Fri, 5 Nov 2021 01:22:33 +0100 Subject: [PATCH] fix(release): sigh --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ed8acf..d1bd48a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,5 +29,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.TOKEN }} - run: cd frontend && npx semantic-release + run: cd frontend && npx semantic-release --debug