Skip to content

chore: delete .github/workflows/claude.yml #91

chore: delete .github/workflows/claude.yml

chore: delete .github/workflows/claude.yml #91

Workflow file for this run

name: "Publish"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jameshenry/publish-shell-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}