Skip to content

feat: improve code extraction robustness and refine merge prompts #5

feat: improve code extraction robustness and refine merge prompts

feat: improve code extraction robustness and refine merge prompts #5

Workflow file for this run

name: Publish to npm
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20.x'
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish --ignore-scripts