Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

chore: bump playground to agent-shell v0.6.0 (#22) #23

chore: bump playground to agent-shell v0.6.0 (#22)

chore: bump playground to agent-shell v0.6.0 (#22) #23

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
if: github.repository == 'tigrisdata/agent-shell'
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release