Merge branch 'master' into v5
This commit is contained in:
commit
7f71bf1a7a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish-dev.yml
vendored
2
.github/workflows/publish-dev.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Deprecate old releases
|
||||
run: npm deprecate discord-player@"~5.0.0-dev" "outdated version" || true
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
|
|
|
@ -500,4 +500,4 @@ class Player extends EventEmitter<PlayerEvents> {
|
|||
}
|
||||
}
|
||||
|
||||
export { Player };
|
||||
export { Player };
|
Loading…
Reference in a new issue