fix: publish in the right order now
This commit is contained in:
parent
a5b7c2a584
commit
4408c1570e
2 changed files with 14 additions and 13 deletions
19
.github/workflows/hotfix.yml
vendored
19
.github/workflows/hotfix.yml
vendored
|
|
@ -19,19 +19,6 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
|
||||
|
||||
- name: Publish `tree-sitter` (dry run)
|
||||
run: cargo publish --dry-run -p tree-sitter
|
||||
|
||||
- name: Publish `tree-sitter`
|
||||
run: cargo publish -p tree-sitter
|
||||
|
||||
- name: Publish `tree-sitter-loader` (dry run)
|
||||
run: cargo publish --dry-run -p tree-sitter-loader
|
||||
|
||||
- name: Publish `tree-sitter-loader`
|
||||
run: cargo publish -p tree-sitter-loader
|
||||
|
||||
- name: Publish `tree-sitter-config` (dry run)
|
||||
run: cargo publish --dry-run -p tree-sitter-config
|
||||
|
||||
|
|
@ -50,6 +37,12 @@ jobs:
|
|||
- name: Publish `tree-sitter-tags`
|
||||
run: cargo publish -p tree-sitter-tags
|
||||
|
||||
- name: Publish `tree-sitter-loader` (dry run)
|
||||
run: cargo publish --dry-run -p tree-sitter-loader
|
||||
|
||||
- name: Publish `tree-sitter-loader`
|
||||
run: cargo publish -p tree-sitter-loader
|
||||
|
||||
- name: Publish `tree-sitter-cli` (dry run)
|
||||
run: cargo publish --dry-run -p tree-sitter-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue