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