diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:43:58 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:43:58 -0400 |
commit | 8131eb8ca1bbd89c7922608a9745a5a41a28ec24 (patch) | |
tree | 1ff99826130e4fa41acfb9c792e9c37fe16ef02e /.github | |
parent | a86e68e26cc3e22077d1e0edc42c157fc3fc3f9b (diff) | |
download | lite-xl-plugin-manager-8131eb8ca1bbd89c7922608a9745a5a41a28ec24.tar.gz lite-xl-plugin-manager-8131eb8ca1bbd89c7922608a9745a5a41a28ec24.zip |
Updated continous tag.
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 7e6974f..bf2f7ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,3 +82,5 @@ jobs: git push -f origin refs/heads/latest git push -f origin refs/tags/latest fi + git tag -f continuous + git push -f origin refs/tags/continuous |