We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00037c1 commit aed88d3Copy full SHA for aed88d3
.github/workflows/release.yaml
@@ -244,12 +244,12 @@ jobs:
244
path: dist
245
- run: ls -al ./dist
246
247
- - name: Publish Release
248
- uses: ./.github/actions/github-release
249
- with:
250
- files: "dist/*"
251
- name: ${{ env.TAG }}
252
- token: ${{ secrets.GITHUB_TOKEN }}
+ # - name: Publish Release
+ # uses: ./.github/actions/github-release
+ # with:
+ # files: "dist/*"
+ # name: ${{ env.TAG }}
+ # token: ${{ secrets.GITHUB_TOKEN }}
253
254
- run: rm dist/rust-analyzer-no-server.vsix
255
0 commit comments