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.
2 parents e00ba67 + 63ff4d6 commit fc58c94Copy full SHA for fc58c94
src/tools/rust-analyzer/.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