mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-07-16 05:34:04 +00:00
- [x] Remove npm ci and version steps from release.yml
- [x] Add .goreleaser-dist to .gitignore - [x] Configure dist dir and before hook in goreleaser.yaml
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
|
||||
project_name: cloudflare-crawl-mcp
|
||||
|
||||
dist: .goreleaser-dist
|
||||
|
||||
before:
|
||||
hooks:
|
||||
- npm ci
|
||||
- npm run build
|
||||
- npm version {{ .Version }} --no-git-tag-version
|
||||
|
||||
archives:
|
||||
- id: default
|
||||
|
||||
Reference in New Issue
Block a user