From ac4a70b840103fdc7cd56dda40816d4ed3627c5a Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sun, 26 Feb 2023 13:01:28 +0100 Subject: [PATCH] Bump to 3.0.0 use new token (#264) --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68e57b83..5b5a33fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,4 +26,4 @@ jobs: - name: Publish package run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ORG }} diff --git a/package.json b/package.json index 2af2f71c..22ec5c47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-scrobbler/metadata-filter", - "version": "2.0.0", + "version": "3.0.0", "author": "Alexey ", "description": "A module for cleaning up artist, album, and song names.", "main": "dist/filter.js",