From e576d33a1dc507805a3e80c485d61e5a25af7912 Mon Sep 17 00:00:00 2001 From: Sven65 Date: Tue, 3 Sep 2024 15:53:39 +0200 Subject: [PATCH] Update package name --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 828e355..2968c4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 - registry-url: 'https://npm.pkg.github.com/helsingborg-stad' + registry-url: 'https://npm.pkg.github.com/' - name: Inject access token in .npmrc run: | echo "registry=https://npm.pkg.github.com/helsingborg-stad" >> ~/.npmrc @@ -57,7 +57,7 @@ jobs: if: ${{ hashFiles('package-lock.json') != '' && hashFiles('gulp.js') != '' }} run: gulp - name: Publish npm package to GHCR - run: npm publish --registry=https://npm.pkg.github.com/helsingborg-stad --access public + run: npm publish --registry=https://npm.pkg.github.com env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create assets zip diff --git a/package.json b/package.json index f1edead..63e4362 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "modularity-products", + "name": "@helsingborg-stad/modularity-products", "version": "3.0.12", "description": "An addon for displaying products.", "main": "",