feat: edit/delete lists, label updates, workflow fix

This commit is contained in:
2026-04-06 01:40:22 +03:00
parent cac1159588
commit fdf4b006c0
9 changed files with 163 additions and 28 deletions

View File

@@ -101,6 +101,7 @@ jobs:
name: Release to Nextcloud Apps
runs-on: ubuntu-latest
needs: [build, release, upload]
if: ${{ needs.release.outputs.release_created }}
steps:
- name: Checkout
@@ -116,7 +117,6 @@ jobs:
echo -n "${{ secrets.NEXTCLOUD_APP_PRIVATE_KEY }}" > ~/.nextcloud/certificates/pantry.key
- name: Release to Nextcloud Apps
if: ${{ needs.release.outputs.release_created }}
env:
NEXTCLOUD_API_TOKEN: ${{ secrets.NEXTCLOUD_API_TOKEN }}
run: |