Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 128c070

Browse files
committed
chore(Release): 1.5.2
1 parent 13d1249 commit 128c070

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
@@ -29,4 +29,4 @@ jobs:
2929
npm publish --access public
3030
npm deprecate @distube/spotify@"< ${{ github.event.release.tag_name }}" "This version is deprecated, please upgrade to the latest version."
3131
env:
32-
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distube/spotify",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A DisTube custom plugin for supporting Spotify.",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)