ci(PublishDev): remove deprecation
This commit is contained in:
parent
3642a289ab
commit
0eac8c6b8a
1 changed files with 0 additions and 5 deletions
5
.github/workflows/publish-dev.yml
vendored
5
.github/workflows/publish-dev.yml
vendored
|
@ -22,11 +22,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Deprecate old releases
|
||||
run: npm deprecate discord-player@"~$(jq --raw-output '.version' package.json)-dev" "outdated version" || true
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
npx tsc --skipLibCheck
|
||||
|
|
Loading…
Reference in a new issue