diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:16:45 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:16:45 -0500 |
commit | 3e5d5b0827058f2eeddfb166d8128fc086a87e28 (patch) | |
tree | dc08663f32228b6065d2c3ac1b0e4740eeea1253 /.github | |
parent | 85ff17da8179f1ffb6c9018f7e38ccf4a78492c6 (diff) | |
download | lite-xl-plugin-manager-3e5d5b0827058f2eeddfb166d8128fc086a87e28.tar.gz lite-xl-plugin-manager-3e5d5b0827058f2eeddfb166d8128fc086a87e28.zip |
Updated SPEC.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccece88..6a41bfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,9 @@ jobs: gh release delete -y latest || true; gh release create -t latest latest lpm.x86_64-linux lpm.x86_64-windows.exe git branch -f latest HEAD + git tag -f latest git push -f origin refs/heads/latest + git push -f origin refs/tags/latest fi build_macos: |