Auto merge of #18170 - rust-lang:revert-18169-disable-gh-releases, r=lnicola

minor: Revert "internal: Disable GitHub releases for now"

Turns out, this wasn't needed for long.
This commit is contained in:
bors 2024-09-23 08:52:30 +00:00
commit b3a3bf770a

View file

@ -244,12 +244,12 @@ jobs:
path: dist
- run: ls -al ./dist
# - name: Publish Release
# uses: ./.github/actions/github-release
# with:
# files: "dist/*"
# name: ${{ env.TAG }}
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Release
uses: ./.github/actions/github-release
with:
files: "dist/*"
name: ${{ env.TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: rm dist/rust-analyzer-no-server.vsix