Skip to content

Commit

Permalink
fix: previous version worked. trying something else
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 d97718d commit c7d20e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flow-trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
echo "Prefixed number is: $build_tag"
# Export to Github output and Github summary
BUILD_TAG=$build_tag
echo "BUILD_TAG=$build_tag" >> ${GITHUB_OUTPUT}
echo "Build Tag to Release (Step Process Input): ${BUILD_TAG}" >> ${GITHUB_STEP_SUMMARY}
BUILD_TAG=${build_tag}
echo "${build_tag}" >> ${GITHUB_OUTPUT}
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 c7d20e1

Please sign in to comment.