Skip to content

chore(deps): bump @anthropic-ai/sdk from 0.25.0 to 0.25.1 (#90) #95

chore(deps): bump @anthropic-ai/sdk from 0.25.0 to 0.25.1 (#90)

chore(deps): bump @anthropic-ai/sdk from 0.25.0 to 0.25.1 (#90) #95

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.6.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Build
run: pnpm build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm semantic-release