mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-18 01:28:57 +00:00
feat: edit/delete lists, label updates, workflow fix
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user