ci: fix dev
This commit is contained in:
parent
a30c3d0970
commit
f3bdeb39b8
1 changed files with 1 additions and 1 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: |
|
||||
|
|
Loading…
Reference in a new issue