From 0eac8c6b8a8fc1ddfc1645e09cc9d3c7e97f2352 Mon Sep 17 00:00:00 2001 From: DevAndromeda <46562212+DevAndromeda@users.noreply.github.com> Date: Sun, 8 Aug 2021 01:40:56 +0545 Subject: [PATCH] ci(PublishDev): remove deprecation --- .github/workflows/publish-dev.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index c7b9e73..4e8e357 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -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