ci(PublishDev): remove deprecation

This commit is contained in:
DevAndromeda 2021-08-08 01:40:56 +05:45
parent 3642a289ab
commit 0eac8c6b8a
No known key found for this signature in database
GPG key ID: FA40E3EC5CB6DCD6

View file

@ -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