Skip to content

Commit

Permalink
fix: fix a problem
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brandt <[email protected]>
  • Loading branch information
andrewb1269hg committed Jan 21, 2025
1 parent 8cc2659 commit 65851b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Export to Github output and Github summary
echo "BUILD_TAG=$build_tag" >> ${GITHUB_OUTPUT}
printf "Build Tag to Release: ${{ BUILD_TAG }}" >> ${GITHUB_STEP_SUMMARY}
printf "Build Tag to Release: ${BUILD_TAG}" >> ${GITHUB_STEP_SUMMARY}
- name: Checkout Code
id: checkout_code
Expand Down

0 comments on commit 65851b3

Please sign in to comment.