ci: update docs on release
This commit is contained in:
@@ -8,9 +8,14 @@ jobs:
|
||||
if: ${{ github.repository == 'lite-xl/lite-xl' && startsWith(github.ref, 'refs/tags/v') }}
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal9/winget-releaser@main
|
||||
- name: Release to winget
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: LiteXLTeam.LiteXL
|
||||
installers-regex: '^LiteXL-v[0-9\.]+-x86_64-setup\.exe$'
|
||||
fork-user: 'lite-xl'
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
- name: Update documentation link
|
||||
env: { GH_TOKEN: "${{ secrets.DOCS_TOKEN }}" }
|
||||
run: gh -R lite-xl/docs workflow run deploy.yml
|
||||
Reference in New Issue
Block a user