Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent 15f98e0 commit b5f4697
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ runs:
steps:
- name: Set up pnpm
uses: wevm/actions/.github/actions/pnpm@main

- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.0.30
40 changes: 20 additions & 20 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@ jobs:
pnpm changeset:prepublish
pnpm changeset publish --no-git-tag --snapshot canary --tag canary
jsr:
name: JSR
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
id-token: write

steps:
- name: Clone repository
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Publish to JSR
run: pnpm version:update && cd src && pnpx jsr publish --allow-slow-types --allow-dirty
# jsr:
# name: JSR
# needs: verify
# runs-on: ubuntu-latest
# timeout-minutes: 5
# permissions:
# contents: read
# id-token: write
#
# steps:
# - name: Clone repository
# uses: actions/checkout@v4
# with:
# submodules: 'recursive'
#
# - name: Install dependencies
# uses: ./.github/actions/install-dependencies
#
# - name: Publish to JSR
# run: pnpm version:update && cd src && pnpx jsr publish --allow-slow-types --allow-dirty

0 comments on commit b5f4697

Please sign in to comment.