Merge branch 'master' into v5

This commit is contained in:
Andromeda 2021-08-03 08:43:00 +05:45 committed by GitHub
commit 7f71bf1a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Deprecate old releases - name: Deprecate old releases
run: npm deprecate discord-player@"~5.0.0-dev" "outdated version" || true run: npm deprecate discord-player@"~5.0.0-dev" "outdated version" || true
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
- name: Publish - name: Publish
run: | run: |