From 367e4e6a22d4a30bc110e05bc80cb18b66844706 Mon Sep 17 00:00:00 2001 From: --get Date: Sun, 22 Oct 2023 21:08:09 -0700 Subject: [PATCH] debug --- .github/workflows/debug.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 9811b6e..ea43adb 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -19,7 +19,13 @@ jobs: id: jq with: input: ${{ env.TEST }} - script: 'map({ key: .name, value: .version }) | from_entries | { focal: .["@grammarly/focal"], focalAtom: .["@grammarly/focal-atom"] }' + script: | + map({ key: .name, value: .version }) | + from_entries | + { + focal: .["@grammarly/focal"], + focalAtom: .["@grammarly/focal-atom"] + } - run: 'echo "${{ steps.jq.outputs.output }}"' - if: ${{ env.published == 'true' && fromJson(steps.jq.outputs.output).focal }} run: echo "Found @grammarly/focal ${{ fromJson(steps.jq.outputs.output).focal }}" @@ -53,4 +59,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: focal-atom - path: ./packages/focal/grammarly-focal-atom-v${{ needs.version.outputs.focalAtomVersion }}.tgz + path: ./packages/focal-atom/grammarly-focal-atom-v${{ needs.version.outputs.focalAtomVersion }}.tgz