diff options
| author | bors <bors@rust-lang.org> | 2024-09-23 08:52:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-23 08:52:30 +0000 |
| commit | fc58c94f3e4c52d73beef44b135a32e093c921d5 (patch) | |
| tree | cedc8ba8a8e76795f3d1fb5a282bbf2684f7be8b | |
| parent | e00ba67dfbc6de5e39e02fc8049fce58c84f353d (diff) | |
| parent | 63ff4d609b97912f0f1b6e91a210268e6b3efb24 (diff) | |
| download | rust-fc58c94f3e4c52d73beef44b135a32e093c921d5.tar.gz rust-fc58c94f3e4c52d73beef44b135a32e093c921d5.zip | |
Auto merge of #18170 - rust-lang:revert-18169-disable-gh-releases, r=lnicola
minor: Revert "internal: Disable GitHub releases for now" Turns out, this wasn't needed for long.
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index 8dc733fc8ed..e11d6e15d10 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -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 |
