Revert "internal: Disable GitHub releases for now"

This commit is contained in:
Laurențiu Nicola 2024-09-23 11:47:37 +03:00 committed by GitHub
parent 1301e4268f
commit 8a49375f64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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