Skip to content

Commit

Permalink
fix: try one other thing for summary
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 9141eef commit 6531876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flow-trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
echo "Prefixed number is: $build_tag"
# Export to Github output and Github summary
BUILD_TAG=BUILD_TAG=$build_tag
echo "BUILD_TAG=$build_tag" >> ${GITHUB_OUTPUT}
echo "Build Tag to Release (Step Process Input): "${BUILD_TAG} >> ${GITHUB_STEP_SUMMARY}
echo "Build Tag to Release (Step Process Input): ${BUILD_TAG}" >> ${GITHUB_STEP_SUMMARY}
- name: Print Tag To Create a Release From
run: |
Expand Down

0 comments on commit 6531876

Please sign in to comment.