From afd0b46ffc940764cb24c6e70b30bf59aa0ef85f Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 29 Jun 2022 12:56:25 +0530 Subject: [PATCH] ci: final final final update --- .github/workflows/auto-deprecate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deprecate.yml b/.github/workflows/auto-deprecate.yml index cbbc92f..150c66d 100644 --- a/.github/workflows/auto-deprecate.yml +++ b/.github/workflows/auto-deprecate.yml @@ -23,6 +23,6 @@ jobs: - name: Install Node.js dependencies run: npm i - name: Deprecate versions - run: npm deprecate @sern/cli@dev + run: npm deprecate @sern/cli@dev "This is a deprecated version of @sern/cli@dev. Please use the latest dev version." env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file