Skip to content

Commit fc58c94

Browse files
committed
Auto merge of rust-lang#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.
2 parents e00ba67 + 63ff4d6 commit fc58c94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

+6-6
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)