Skip to content

feat(honcho): apply disable-model-invocation and when_to_use to skills #8

feat(honcho): apply disable-model-invocation and when_to_use to skills

feat(honcho): apply disable-model-invocation and when_to_use to skills #8

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: true
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm exec semantic-release