diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-13 13:25:25 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-13 13:25:25 -0500 |
commit | 2f0f42413430890c487eaedbbfdb8074c514f3e5 (patch) | |
tree | 603756a67ce1bb4610a9f60fde7a8ddbbad8b378 | |
parent | 37d1403755f555b9b0f2a02e10411db99bba7fe9 (diff) | |
download | lite-xl-plugin-manager-2f0f42413430890c487eaedbbfdb8074c514f3e5.tar.gz lite-xl-plugin-manager-2f0f42413430890c487eaedbbfdb8074c514f3e5.zip |
Sigh.v0.997
-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 743c5fa..4eaa7f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Create Release(s) env: { GITHUB_TOKEN: "${{ github.token }}" } run: | - gh release delete -y continuous || true; gh release create -t 'Continuous Release' continuous *.zip *.tar.gz *.deb + gh release delete -y continuous || true; gh release create -t 'Continuous Release' continuous *.zip *.tar.gz if [[ `git tag --points-at HEAD | head -c 1` == "v" ]]; then gh release delete -y $VERSION || true; gh release create -t v$VERSION v$VERSION lpm.x86_64-linux lpm.x86_64-windows.exe |