Skip to content

Commit 22473d5

Browse files
committed
Fix incorrect debug calls in GHA.
1 parent f211a71 commit 22473d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.nextcloud-app-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
composer-options: --no-dev
4747
working-directory: "solid/"
4848
- name: Publish to Nextcloud App Store
49-
shell: bash -e -x
49+
shell: bash
5050
run: |
5151
source ./bin/publish-to-nextcloud-store.sh
5252

bin/publish-to-nextcloud-store.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -o errexit -o errtrace -o nounset -o pipefail
4+
set -x
45

56
# ==============================================================================
67
# PUBLISH TO NEXTCLOUD STORE

0 commit comments

Comments
 (0)