From ac5bb506fd69a12bd50721185e1fa37322dc17c7 Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Fri, 27 Oct 2023 18:27:53 +0100 Subject: [PATCH] chore: trying again with npm exec --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51226f1eaa..d024684101 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,6 @@ jobs: cache: yarn - name: Publish - run: yarn nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }} + run: npm exec nx --yes -- publish ${{ inputs.lib }} --tag ${{ inputs.tag }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}