Skip to content

Commit 6302f67

Browse files
committed
fix: unpublish package, again
1 parent bc6e8b4 commit 6302f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,12 @@ jobs:
101101
# run: node ./.github/scripts/before-beta-release.cjs
102102
- name: Build module
103103
run: npm run build
104+
- name: Deprecate npm package
105+
run: npm deprecate mcp-server-rag-web-browser "This package is deprecated. '@apify/mcp-server-rag-web-browser'"
104106
- name: Unpublish npm package
105107
run: npm unpublish --force
108+
- name: Unpublish npm package
109+
run: npm unpublish mcp-server-rag-web-browser --force
106110

107111
env:
108112
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

0 commit comments

Comments
 (0)