Skip to content

Commit

Permalink
Disable GitHub releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Sep 23, 2024
1 parent 85e1214 commit a1eb50e
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 a1eb50e

Please sign in to comment.