diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6b5e16f..4d6532a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,6 +38,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 + scope: 'telicent-oss' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} - name: Get node version diff --git a/package.json b/package.json index 892e86a3..0c1900f0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/telicent-oss/telicent-ds.git" }, "type": "module", - "version": "3.10.2", + "version": "0.0.1", "private": false, "dependencies": { "@emotion/react": "^11.10.6",