diff --git a/.github/workflows/create-pr-for-release-and-publish.yml b/.github/workflows/create-pr-for-release-and-publish.yml index 453e8092..e149107d 100644 --- a/.github/workflows/create-pr-for-release-and-publish.yml +++ b/.github/workflows/create-pr-for-release-and-publish.yml @@ -77,11 +77,6 @@ jobs: - name: Install dependencies run: npm ci --ignore-scripts - - name: Deprecate old versions - run: npx npm-deprecate --name "*" --package discord-api-types --message "No longer supported. Install the latest release!" || true - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - - name: Publish release to npm run: npm publish env: