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') }}
|
if: ${{ github.repository == 'lite-xl/lite-xl' && startsWith(github.ref, 'refs/tags/v') }}
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal9/winget-releaser@main
|
- name: Release to winget
|
||||||
|
uses: vedantmgoyal9/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: LiteXLTeam.LiteXL
|
identifier: LiteXLTeam.LiteXL
|
||||||
installers-regex: '^LiteXL-v[0-9\.]+-x86_64-setup\.exe$'
|
installers-regex: '^LiteXL-v[0-9\.]+-x86_64-setup\.exe$'
|
||||||
fork-user: 'lite-xl'
|
fork-user: 'lite-xl'
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
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