Remove GitHub actions flow for publishing to JSR because it's not working

This commit is contained in:
Alex Gleason 2024-03-18 13:23:29 -05:00
parent 747a7944d7
commit 7aed747bb2
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Publish
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: npm install -g jsr
- run: jsr publish --allow-slow-types --allow-dirty