mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 02:08:30 +00:00
Merge pull request #2936 from matklad/better-release
Make sure release uses the release branch, and not master
This commit is contained in:
commit
5643c0730a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI-Release
|
||||
name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -132,7 +132,9 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
# uses: actions/create-release@v1
|
||||
# https://github.com/actions/create-release/pull/32
|
||||
uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue