Skip to content

Commit

Permalink
Revert "internal: Disable GitHub releases for now"
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola authored Sep 23, 2024
1 parent e00ba67 commit 63ff4d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tools/rust-analyzer/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63ff4d6

Please sign in to comment.