diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 21:55:46 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 21:55:46 -0500 |
commit | 1909e1bd7d2ffb5bd1132ef8c6182306a183cc4d (patch) | |
tree | 3cdfda657028be6f516827419c4cab42e1ee0ae3 /.github | |
parent | 7a314520948399559db4e6f793e0da3e05bed983 (diff) | |
download | lite-xl-plugins-1909e1bd7d2ffb5bd1132ef8c6182306a183cc4d.tar.gz lite-xl-plugins-1909e1bd7d2ffb5bd1132ef8c6182306a183cc4d.zip |
Changed to latest release, so bumping is not necessary.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bbc2191..f47ccbb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate table with `lpm` run: | - wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v0.95/lpm.x86_64-linux -O lpm + wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux -O lpm chmod +x lpm ./lpm table manifest.json README.md - name: Set environment variables |