From 1eba8a3a34c973cb4306067174f02e3881af1b94 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sun, 27 Feb 2022 20:21:05 +0100 Subject: [PATCH] ci: remove deprecate regular versions (#349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because its more annoying than useful so 🧹 --- .github/workflows/create-pr-for-release-and-publish.yml | 5 ----- 1 file changed, 5 deletions(-) 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: