From f896c1dffe72261daffff525805067ddbe6bab36 Mon Sep 17 00:00:00 2001 From: AZMCode Date: Sun, 30 Aug 2020 09:08:31 -0400 Subject: [PATCH] Debug Commit --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1bace7..6e5dfb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,6 +87,10 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.1 + + - name: Debug Release Creation + run: "echo ${{ toJson(needs) }}" + - name: Create Release id: releaseCreate continue-on-error: true