Skip to content

build: Ignore .github workflows in npm package #9

build: Ignore .github workflows in npm package

build: Ignore .github workflows in npm package #9

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: Publish package
run: npx jsr publish