Skip to content

Commit aed88d3

Browse files
committed
Disable GitHub releases for now
1 parent 00037c1 commit aed88d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@ jobs:
244244
path: dist
245245
- run: ls -al ./dist
246246

247-
- name: Publish Release
248-
uses: ./.github/actions/github-release
249-
with:
250-
files: "dist/*"
251-
name: ${{ env.TAG }}
252-
token: ${{ secrets.GITHUB_TOKEN }}
247+
# - name: Publish Release
248+
# uses: ./.github/actions/github-release
249+
# with:
250+
# files: "dist/*"
251+
# name: ${{ env.TAG }}
252+
# token: ${{ secrets.GITHUB_TOKEN }}
253253

254254
- run: rm dist/rust-analyzer-no-server.vsix
255255

0 commit comments

Comments
 (0)