We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae758d0 commit ad79237Copy full SHA for ad79237
1 file changed
.github/workflows/publish.yml
@@ -28,20 +28,6 @@ jobs:
28
contents: write
29
steps:
30
- 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
39
- node-version: "lts/*"
40
- cache: "npm"
41
- - name: Install dependencies
42
- run: npm ci
43
- - name: Generate schema
44
- run: npm run generate
45
- name: Create release if missing
46
run: |
47
tag="${GITHUB_REF#refs/tags/}"
0 commit comments