Update .2

This commit is contained in:
2026-03-11 19:39:56 +00:00
parent a372a43947
commit e2205c465d
2 changed files with 18 additions and 7 deletions
+7 -7
View File
@@ -59,12 +59,12 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Run GoReleaser
- name: Update package version
if: steps.version.outputs.version_tag != ''
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version
- name: Publish to npm
if: steps.version.outputs.version_tag != ''
run: npm publish --access public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+11
View File
@@ -44,8 +44,19 @@ release:
npm:
name: "@lukaszraczylo/cloudflare-crawl-mcp"
license: MIT
author: "Lukasz Raczylo <npmjs@raczylo.com>"
repository: https://github.com/lukaszraczylo/cloudflare-crawl-mcp
access: public
channel: "latest"
dir: "."
skip_upload: false
scripts:
post_pack: npm run build
keywords:
- cloudflare
- crawl
- mcp
- browser rendering
description: "A MCP tool to crawl Cloudflare's Browser Rendering API and extract data from the rendered pages."