Skip to content

Commit

Permalink
Auto merge of #18170 - rust-lang:revert-18169-disable-gh-releases, r=…
Browse files Browse the repository at this point in the history
…lnicola

minor: Revert "internal: Disable GitHub releases for now"

Turns out, this wasn't needed for long.
  • Loading branch information
bors committed Sep 23, 2024
2 parents e00ba67 + 63ff4d6 commit fc58c94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tools/rust-analyzer/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fc58c94

Please sign in to comment.