[READ-ONLY] Mirror of https://github.com/sxzz/obug. A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Something went wrong. Try again.
1234567891011121314151617181920212223name: Release
on: push: tags: - 'v*'
jobs: release: uses: sxzz/workflows/.github/workflows/release.yml@main with: publish: true stage: true permissions: contents: write id-token: write
release-jsr: uses: sxzz/workflows/.github/workflows/release-jsr.yml@main permissions: contents: read id-token: write