Skip to content

Commit c0c21ea

Browse files
committed
turn off workflow
1 parent e39fe28 commit c0c21ea

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/publish.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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

0 commit comments

Comments
 (0)