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