Skip to content

feat: create, set, and delete session #7

feat: create, set, and delete session

feat: create, set, and delete session #7

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Commit changes
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Auto-commit by GitHub Actions" || echo "No changes to commit"
- name: Publish package
run: npx jsr publish