Skip to content

Commit 146bf3d

Browse files
committed
fixup
Signed-off-by: Kyle Harding <kyle@balena.io>
1 parent aa93e30 commit 146bf3d

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/workflows/flowzone.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
TAG: ${{ needs.versioned_source.outputs.tag }}
183183
SHA: ${{ needs.versioned_source.outputs.tag_sha }}
184184
run: |
185+
set -x
185186
git update-ref "refs/tags/${TAG}" "${SHA}"
186187
187188
# Create base64 encoded auth header for use in git CLI commands.

0 commit comments

Comments
 (0)