aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-03 15:07:26 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-03 15:07:26 -0500
commit25d841878c55e0854be5d75596626110440629ab (patch)
tree8741909552056d1a4529bf4830027afef8ae2055
parentd1415a9e97cda9311181eed9e74daee6a86931d7 (diff)
downloadlite-xl-plugin-manager-25d841878c55e0854be5d75596626110440629ab.tar.gz
lite-xl-plugin-manager-25d841878c55e0854be5d75596626110440629ab.zip
Updated workflow.v0.97
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0062e90..0944d83 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 -f origin latest
+ git push -f origin refs/heads/latest
fi
build_macos: