Skip to content

Commit ac4a70b

Browse files
authored
Bump to 3.0.0 use new token (#264)
1 parent b868758 commit ac4a70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Publish package
2727
run: npm publish
2828
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ORG }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-scrobbler/metadata-filter",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"author": "Alexey <[email protected]>",
55
"description": "A module for cleaning up artist, album, and song names.",
66
"main": "dist/filter.js",

0 commit comments

Comments
 (0)