From 2a857f5f4a1e2d6b0c97b59768070d8f8bfb757a Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 20:04:16 +0100 Subject: [PATCH] lasty last --- .github/workflows/canary.yaml | 13 +++++++------ package.json | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 705ca6bc..62a2c9ca 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -32,7 +32,6 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org - scope: '@reuters-graphics' - id: cache name: Cache node modules @@ -43,15 +42,17 @@ jobs: restore-keys: | yarn-deps-${{ hashFiles('yarn.lock') }} + - id: install-deps + name: Install dependencies + run: yarn install --frozen-lockfile + - id: build-package name: Build package run: npm run build:package - - id: release - name: Create Release + - id: canary-release + name: Create Canary Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: | - yarn install --frozen-lockfile - npx auto canary + run: npx auto canary diff --git a/package.json b/package.json index aa330bcd..8d612c98 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "url": "git+https://github.com/reuters-graphics/graphics-components.git" }, "publishConfig": { + "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": {