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