From 628d5024fd9513670a0e6b502222d45831418475 Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Fri, 30 Aug 2024 13:38:47 +0530 Subject: [PATCH] test devtools env --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a46ffa8cf..08570d74a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,8 +40,8 @@ jobs: scope: '@nuxeo' - name: Publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} - run: | - npx ${{ env.LERNA }} exec --ignore @nuxeo/nuxeo-elements-storybook -- npm publish --@nuxeo:registry=https://packages.devtools.nuxeo.com/repository/npm-public/ + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} + run: | + npx ${{ env.LERNA }} exec --ignore @nuxeo/nuxeo-elements-storybook -- npm publish --@nuxeo:registry=https://packages.devtools.nuxeo.com/repository/npm-public/ \ No newline at end of file