diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 22:00:55 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 22:00:55 -0500 |
commit | 98382f140508840069e6a837570c765bcf1d8a5e (patch) | |
tree | 9827da4d457baa759c875b79f31ec2d950877f19 | |
parent | 24200165f06e2f67e158190ce1b5fe259ac24a85 (diff) | |
download | lite-xl-plugin-manager-98382f140508840069e6a837570c765bcf1d8a5e.tar.gz lite-xl-plugin-manager-98382f140508840069e6a837570c765bcf1d8a5e.zip |
Added in a force.v0.96
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69a3bde..0062e90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ 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 push origin latest + git push -f origin latest fi build_macos: |