From 29a1c21d869fdd8a903ecd0052c4df5952bd1dae Mon Sep 17 00:00:00 2001 From: Mayank Date: Sun, 25 Feb 2024 11:46:04 +0000 Subject: [PATCH] fix deprecation message --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72eaa641..4e97f537 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,6 +65,6 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - name: Mark scoped package as deprecated - run: npm deprecate @mayank1513/r18gs "We initially created scoped packages to have similarities with the GitHub Public Repository (which requires packages to be scoped). We are no longer using GPR and thus deprecating all scoped packages for which corresponding un-scoped packages exist." + run: npm deprecate @mayank1513/r18gs "Please use r18gs instead. We initially created scoped packages to have similarities with the GitHub Public Repository (which requires packages to be scoped). We are no longer using GPR and thus deprecating all scoped packages for which corresponding un-scoped packages exist." env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}