File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- # .github/workflows/publish.yml
1+ # # .github/workflows/publish.yml
22
3- name : Publish
3+ # name: Publish
44
5- on :
6- push :
7- branches :
8- - main
5+ # on:
6+ # push:
7+ # branches:
8+ # - main
99
10- jobs :
11- publish :
12- runs-on : ubuntu-latest
13- permissions :
14- contents : read
15- id-token : write
10+ # jobs:
11+ # publish:
12+ # runs-on: ubuntu-latest
13+ # permissions:
14+ # contents: read
15+ # id-token: write
1616
17- steps :
18- - name : Checkout repository
19- uses : actions/checkout@v4
17+ # steps:
18+ # - name: Checkout repository
19+ # uses: actions/checkout@v4
2020
21- - name : Install Bun
22- uses : oven-sh/setup-bun@v1
21+ # - name: Install Bun
22+ # uses: oven-sh/setup-bun@v1
2323
24- - name : Install dependencies
25- run : bun install
24+ # - name: Install dependencies
25+ # run: bun install
2626
27- - name : Publish package
28- run : bunx jsr publish --allow-slow-types
27+ # - name: Publish package
28+ # run: bunx jsr publish --allow-slow-types
You can’t perform that action at this time.
0 commit comments