🌐 AI搜索 & 代理 主页
Skip to content

Commit 98bd868

Browse files
committed
disable dry run
1 parent 4053449 commit 98bd868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deprecate_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
35-
DRY_RUN: true
35+
DRY_RUN: false
3636
DEPRECATION_MESSAGE: ${{ inputs.message || 'This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details.' }}
3737
run: |
3838
# Versions to deprecate based on security advisory ranges:

0 commit comments

Comments
 (0)