Skip to content

Commit

Permalink
ci: updates to latest (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz authored Jan 17, 2025
1 parent bbe761a commit b3746db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
options:
- wdl-grammar
- wdl-ast
- wdl-format
- wdl-lint
- wdl-analysis
- wdl-doc
- wdl-engine
- wdl-lsp
- wdl

Expand Down
4 changes: 2 additions & 2 deletions ci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const SORTED_CRATES_TO_PUBLISH: &[&str] = &[
"wdl-lint",
"wdl-format",
"wdl-analysis",
// TODO: uncomment `wdl-engine` once it is ready for publishing.
// "wdl-engine",
"wdl-doc",
"wdl-engine",
"wdl-lsp",
"wdl",
];
Expand Down

0 comments on commit b3746db

Please sign in to comment.