From 427336f46f23227c4522af8c8ae8cd54bbc01687 Mon Sep 17 00:00:00 2001 From: Morozov Pavel <77216072+PavelMor25@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:37:15 +0400 Subject: [PATCH] Update action.yml (#34) --- actions/publish-with-publish-please/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/publish-with-publish-please/action.yml b/actions/publish-with-publish-please/action.yml index da0012a..850dfee 100644 --- a/actions/publish-with-publish-please/action.yml +++ b/actions/publish-with-publish-please/action.yml @@ -33,4 +33,4 @@ runs: run: git checkout -- package-lock.json || true - shell: bash - run: npx publish-please || (git status && false) + run: npx @testcafe/publish-please || (git status && false)