feature: Output trunk version in release workflow #release

This commit is contained in:
Keith Solomon
2025-03-25 10:57:27 -05:00
parent 4955102eac
commit cefd78ce36

View File

@@ -21,6 +21,7 @@ jobs:
env:
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
run: |
echo "$TRUNKVER"
- name: Create release
id: create_release