Skip to content

Commit 960faad

Browse files
fix: tag ref
1 parent 52c5a99 commit 960faad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csharp_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "Extracted semantic version: ${SEMANTIC_VERSION}"
3131
echo "semantic_version=${SEMANTIC_VERSION}" >> $GITHUB_OUTPUT
3232
outputs:
33-
tag: $TAG
33+
tag: ${{ env.TAG }}
3434
semanticVersion: ${{ steps.set_version.outputs.semantic_version }}
3535

3636
buildFrameworkVersions:

0 commit comments

Comments
 (0)