Skip to content

Commit c2574a5

Browse files
authored
Debugging Github Actions Workflow
1 parent 5ab8191 commit c2574a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_and_upload_firmware.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ jobs:
2626
with_initial_version: false
2727

2828
- name: Check on failures
29-
if: steps.latest_tag.outputs.tag == null
29+
if: steps.latest_tag.outputs.tag == ''
3030
run: exit 1
31+
32+
- name: Print Latest Tag
33+
run: echo "Latest tag: $TAG"
34+
env:
35+
TAG: $ {{ steps.latest_tag.outputs.tag }}
3136

3237
- name: Increase disk space
3338
uses: jlumbroso/free-disk-space@v1.3.1

0 commit comments

Comments
 (0)