We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224e195 commit f5f1e25Copy full SHA for f5f1e25
1 file changed
.github/workflows/csharp_release.yml
@@ -23,9 +23,11 @@ jobs:
23
exit 1
24
fi
25
echo "Extracted semantic version: ${SEMANTIC_VERSION}"
26
+ echo "Resolved git ref: ${TAG}"
27
+ echo "tag=${TAG}" >> $GITHUB_OUTPUT
28
echo "semantic_version=${SEMANTIC_VERSION}" >> $GITHUB_OUTPUT
29
outputs:
- tag: $TAG
30
+ tag: ${{ steps.set_version.outputs.tag }}
31
semanticVersion: ${{ steps.set_version.outputs.semantic_version }}
32
33
buildFrameworkVersions:
0 commit comments