aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yaml6
-rw-r--r--README.md5
2 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 395ce1ef4..77c92512a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1name: CI-Release 1name: release
2on: 2on:
3 push: 3 push:
4 branches: 4 branches:
@@ -132,7 +132,9 @@ jobs:
132 132
133 - name: Create Release 133 - name: Create Release
134 id: create_release 134 id: create_release
135 uses: actions/create-release@v1 135 # uses: actions/create-release@v1
136 # https://github.com/actions/create-release/pull/32
137 uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
136 env: 138 env:
137 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 139 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138 with: 140 with:
diff --git a/README.md b/README.md
index 4a76ea6e3..2f6ed1e05 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,9 @@
4 4
5Rust Analyzer is an **experimental** modular compiler frontend for the Rust 5Rust Analyzer is an **experimental** modular compiler frontend for the Rust
6language. It is a part of a larger rls-2.0 effort to create excellent IDE 6language. It is a part of a larger rls-2.0 effort to create excellent IDE
7support for Rust. If you want to get involved, check the rls-2.0 working group 7support for Rust. If you want to get involved, check the rls-2.0 working group:
8in the compiler-team repository:
9 8
10https://github.com/rust-lang/compiler-team/tree/master/content/working-groups/rls-2.0 9https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
11 10
12Work on the Rust Analyzer is sponsored by 11Work on the Rust Analyzer is sponsored by
13 12