mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Revert "internal: Disable GitHub releases for now"
This commit is contained in:
parent
1301e4268f
commit
8a49375f64
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -244,12 +244,12 @@ jobs:
|
|||||||
path: dist
|
path: dist
|
||||||
- run: ls -al ./dist
|
- run: ls -al ./dist
|
||||||
|
|
||||||
# - name: Publish Release
|
- name: Publish Release
|
||||||
# uses: ./.github/actions/github-release
|
uses: ./.github/actions/github-release
|
||||||
# with:
|
with:
|
||||||
# files: "dist/*"
|
files: "dist/*"
|
||||||
# name: ${{ env.TAG }}
|
name: ${{ env.TAG }}
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- run: rm dist/rust-analyzer-no-server.vsix
|
- run: rm dist/rust-analyzer-no-server.vsix
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user