Skip to content

Commit 275c9e4

Browse files
Debug
1 parent 009c850 commit 275c9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-bosh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
image: "ghcr.io/${{ github.repository }}-ci:${{ github.ref_name }}-latest"
2929
permissions:
3030
contents: write
31-
env:
32-
TRACE: ${{ runner.debug }}
3331

3432
steps:
3533
- name: Checkout cli bosh release repo
@@ -63,6 +61,8 @@ jobs:
6361
EOF
6462
6563
- name: Create bosh release candidate
64+
env:
65+
TRACE: ${{ runner.debug }}
6666
run: |
6767
./ci/scripts/create-bosh-release-candidate.sh \
6868
--downloaded-binaries-dir ./build/cf-cli-binaries \

0 commit comments

Comments
 (0)