Fixed publish
Some checks failed
Code review / review (pull_request) Failing after 4s
Publish Library / Build NPM Project (push) Successful in 6s
Publish Library / Tag Version (push) Successful in 5s

This commit is contained in:
2025-12-27 22:06:33 -05:00
parent c0281cd57c
commit 4175bf363c
2 changed files with 1 additions and 4 deletions

View File

@@ -13,9 +13,6 @@ jobs:
- name: Clone Repository
uses: ztimson/actions/clone@develop
- name: Install & Build
run: npm i && npm run build
- name: Publish Library
run: |
if [ "${{github.ref_name}}" = "master" ]; then

View File

@@ -15,7 +15,7 @@ jobs:
git fetch origin ${{ github.event.pull_request.base.ref }}
- name: Run AI Review
run: npx -y @ztimson/ai-agents review
run: npm cache clear --force && npx -y @ztimson/ai-agents review
env:
AI_HOST: anthropic
AI_MODEL: claude-sonnet-4-5