diff --git a/.github/workflows/publish-react-component-to-npm-on-demand.yml b/.github/workflows/publish-react-component-to-npm-on-demand.yml index a67600f2e84..50ad63358c3 100644 --- a/.github/workflows/publish-react-component-to-npm-on-demand.yml +++ b/.github/workflows/publish-react-component-to-npm-on-demand.yml @@ -32,7 +32,7 @@ jobs: cognite: npmAlwaysAuth: true npmAuthToken: \"\${NPM_TOKEN}\" - npmRegistryServer: "https://registry.npmjs.org" + npmRegistryServer: 'https://registry.npmjs.org' " >> .yarnrc.yml env: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}