From 0db9d26375fd45b82f23e4dfe4c882f46e3f0a11 Mon Sep 17 00:00:00 2001 From: Luca Foscili <45429703+lucafoscili@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:24:44 +0200 Subject: [PATCH] Update continuum.yaml --- .github/workflows/continuum.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuum.yaml b/.github/workflows/continuum.yaml index 122d1870f..de2f0bdf5 100644 --- a/.github/workflows/continuum.yaml +++ b/.github/workflows/continuum.yaml @@ -82,18 +82,15 @@ jobs: build: runs-on: ubuntu-latest needs: ketchup-release - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN || secrets.NODE_AUTH_TOKEN }} steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: node-version: '22.16.0' registry-url: 'https://registry.npmjs.org' - scope: '@sme.up' - name: Update npm - run: npm install -g npm@10 + run: npm install -g npm@11.5.1 - name: Install dependencies run: yarn install --no-immutable @@ -122,12 +119,12 @@ jobs: - name: Publish Ketchup run: | cd packages/ketchup - npm publish --tag snapshot --access public + npm publish --tag snapshot - name: Publish Ketchup React run: | cd packages/ketchup-react - npm publish --tag snapshot --access public + npm publish --tag snapshot trigger-webup-continuum: needs: build