Skip to content

Commit

Permalink
Bump to 3.0.0 use new token (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Feb 26, 2023
1 parent b868758 commit ac4a70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-scrobbler/metadata-filter",
"version": "2.0.0",
"version": "3.0.0",
"author": "Alexey <[email protected]>",
"description": "A module for cleaning up artist, album, and song names.",
"main": "dist/filter.js",
Expand Down

0 comments on commit ac4a70b

Please sign in to comment.