From 1382d6c95b1718a21eeb5ba376f2169a2e9133f7 Mon Sep 17 00:00:00 2001 From: Oluwaseun Ismaila Date: Thu, 8 Jan 2026 09:20:02 -0600 Subject: [PATCH] fix npm publish --- .github/actions/publish-library-to-npm/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-library-to-npm/action.yaml b/.github/actions/publish-library-to-npm/action.yaml index 951910df3b..ac2a4f360b 100644 --- a/.github/actions/publish-library-to-npm/action.yaml +++ b/.github/actions/publish-library-to-npm/action.yaml @@ -49,7 +49,7 @@ runs: INPUTS_CONTEXT: ${{ toJSON(inputs) }} GIT_PUSH_TOKEN: ${{ inputs.git-token }} CREATE_TAG: ${{ inputs.create-tag }} - run: | + run: | echo "publishing to npm" # run: | # set -x