diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-02 23:56:57 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-02 23:56:57 -0400 |
commit | 9c656760ac767cc5ef5a49a96c220cb54bbe3e98 (patch) | |
tree | 696d316b11db9aeb1bea7f8cff39823d41701aa4 /manifest.json | |
parent | c50cb4c488f2e5dd14692b5625adce89c5f00462 (diff) | |
download | lite-xl-plugin-manager-9c656760ac767cc5ef5a49a96c220cb54bbe3e98.tar.gz lite-xl-plugin-manager-9c656760ac767cc5ef5a49a96c220cb54bbe3e98.zip |
Changed workflow to not bother pushing, and to simply skip.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index fe92443..3d9b400 100644 --- a/manifest.json +++ b/manifest.json @@ -13,12 +13,12 @@ { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-linux", "arch": "x86_64-linux", - "checksum": "889b887f36a0c48d3c98d9c7a68a8ffedc8090dfd6ce92722bcddbbd4410c261" + "checksum": "SKIP" }, { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-windows.exe", "arch": "x86_64-windows", - "checksum": "71a064eebbd1eb39c9c01470e58b7fc5816c16e9cdebb296eb4c3df452525276" + "checksum": "SKIP" } ], "dependencies": { |