From eb5a489ee4f4d24ae5449f6454239943dfe9cf0c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 3 Nov 2023 13:11:45 -0400 Subject: [PATCH] git diff test --- .github/workflows/actions/publish-npm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index 07e3b0ce0b..4f8f32768f 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -53,6 +53,6 @@ runs: env: NPM_TOKEN: ${{ inputs.token }} - name: Publish to NPM - run: pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance + run: git diff && pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance shell: bash working-directory: ${{ inputs.working-directory }}