Skip to content

Commit 43d944b

Browse files
fix(package-release): set branch to checkout-ref
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent ba811a7 commit 43d944b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ jobs:
220220
debug_enabled: ${{ inputs.debug-enabled }}
221221
version: ${{ needs.release.outputs.version }}
222222
images: ${{ inputs.images-to-build }}
223-
branch: ${{ needs.release.outputs.tag }}
223+
branch: ${{ inputs.checkout-ref }}
224224
secrets: inherit

0 commit comments

Comments
 (0)