Skip to content

Commit a283327

Browse files
committed
fix: unpublish package
1 parent f7e9f16 commit a283327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
# run: node ./.github/scripts/before-beta-release.cjs
102102
- name: Build module
103103
run: npm run build
104-
- name: Publish to NPM
105-
run: npm publish
104+
- name: Unpublish npm package
105+
run: unpublish --force
106106

107107
env:
108108
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@apify/mcp-server-rag-web-browser",
2+
"name": "mcp-server-rag-web-browser",
33
"version": "0.1.0",
44
"type": "module",
55
"description": "An MCP Server for RAG Web Browser Actor",

0 commit comments

Comments
 (0)