Skip to content

Commit 46e75f2

Browse files
puercoWojciechMazur
authored andcommitted
Remove winget publishing job (#26654)
This PR removes the winget publishing job from the release pipeline as suggested during the review of #26595 Follow up to: #26595 (review) ## Have you relied on LLM-based tools in this contribution? No ## How was the solution tested? - [x] Covered by existing tests (this is a refactoring) This PR removing a job from the pipeline, but here is a test run: https://github.com/puerco/scala3/actions/runs/30490772451 Signed-off-by: Adolfo García Veytia (Puerco) <puerco@carabiner.dev>
1 parent a24919b commit 46e75f2

2 files changed

Lines changed: 0 additions & 46 deletions

File tree

.github/workflows/publish-winget.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/releases.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
CONSUMER-KEY: ${{ secrets.SDKMAN_KEY }}
4040
CONSUMER-TOKEN: ${{ secrets.SDKMAN_TOKEN }}
4141

42-
publish-winget:
43-
uses: ./.github/workflows/publish-winget.yml
44-
if: false && github.repository == 'scala/scala3' # TODO: Requires setting up initial WinGet package (keep the repository guard when enabling)
45-
with:
46-
version: ${{ inputs.version }}
47-
secrets:
48-
DOTTYBOT-TOKEN: ${{ secrets.DOTTYBOT_WINGET_TOKEN }}
49-
5042
compute-digest:
5143
runs-on: ubuntu-latest
5244
outputs:

0 commit comments

Comments
 (0)