Skip to content

Commit 1ea447f

Browse files
committed
ci: update npm deprecate on PR merge with verbose
It gave an error but idk why because no verbose so for now we'll add the flag.
1 parent d438ac0 commit 1ea447f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deprecate-on-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ !steps.cache-restore.outputs.cache-hit }}
2727
run: yarn --frozen-lockfile
2828
- name: Deprecate versions
29-
run: yarn npm-deprecate --name "*pr-${PR_NUMBER}*" -d
29+
run: yarn npm-deprecate --name "*pr-${PR_NUMBER}*" -d -v
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3232
PR_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)