Skip to content

Commit

Permalink
Remove the Winget releaser workflow (95a6f92)
Browse files Browse the repository at this point in the history
backout of commit 95a6f95
  • Loading branch information
ilyagr committed Jul 5, 2023
1 parent 1a158a3 commit 7e79b3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,3 @@ jobs:
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

winget:
runs-on: windows-latest # Action can only run on Windows
needs: build
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: gokcehan.lf
version: ${{ github.ref_name }}
installers-regex: '-windows-\w+\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 7e79b3e

Please sign in to comment.