diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be2c7a8ca..313c67649 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml | |||
@@ -41,4 +41,5 @@ jobs: | |||
41 | git config --global user.name "Github Action" | 41 | git config --global user.name "Github Action" |
42 | rm Cargo.lock | 42 | rm Cargo.lock |
43 | cargo workspaces rename ra_ap_%n | 43 | cargo workspaces rename ra_ap_%n |
44 | sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' crates/rust-analyzer/**/*.rs | ||
44 | cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH | 45 | cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$PATCH |