Skip to content

Commit ad79237

Browse files
committed
Don't generate in CI for now
1 parent ae758d0 commit ad79237

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,6 @@ jobs:
2828
contents: write
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
31-
- name: Setup Rust
32-
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c
33-
with:
34-
toolchain: nightly,stable
35-
components: rustfmt
36-
- name: Setup Node
37-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
38-
with:
39-
node-version: "lts/*"
40-
cache: "npm"
41-
- name: Install dependencies
42-
run: npm ci
43-
- name: Generate schema
44-
run: npm run generate
4531
- name: Create release if missing
4632
run: |
4733
tag="${GITHUB_REF#refs/tags/}"

0 commit comments

Comments
 (0)