Skip to content

Commit f5f1e25

Browse files
[FSSDK-11956] pipeline
1 parent 224e195 commit f5f1e25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/csharp_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
exit 1
2424
fi
2525
echo "Extracted semantic version: ${SEMANTIC_VERSION}"
26+
echo "Resolved git ref: ${TAG}"
27+
echo "tag=${TAG}" >> $GITHUB_OUTPUT
2628
echo "semantic_version=${SEMANTIC_VERSION}" >> $GITHUB_OUTPUT
2729
outputs:
28-
tag: $TAG
30+
tag: ${{ steps.set_version.outputs.tag }}
2931
semanticVersion: ${{ steps.set_version.outputs.semantic_version }}
3032

3133
buildFrameworkVersions:

0 commit comments

Comments
 (0)