From 7aed747bb2ecc1ec388ed5d325f703a3145f18ca Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 18 Mar 2024 13:23:29 -0500 Subject: [PATCH] Remove GitHub actions flow for publishing to JSR because it's not working --- .github/workflows/publish.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 73d3a01..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -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