We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d438ac0 commit 1ea447fCopy full SHA for 1ea447f
.github/workflows/deprecate-on-merge.yml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ !steps.cache-restore.outputs.cache-hit }}
27
run: yarn --frozen-lockfile
28
- name: Deprecate versions
29
- run: yarn npm-deprecate --name "*pr-${PR_NUMBER}*" -d
+ run: yarn npm-deprecate --name "*pr-${PR_NUMBER}*" -d -v
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
32
PR_NUMBER: ${{ github.event.number }}
0 commit comments