Skip to content

Commit cc29328

Browse files
authored
Fix version assignment syntax in dotnet.yml
1 parent 5e6b97d commit cc29328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id: get_version
115115
run: |
116116
cd publish
117-
TSABVERSION=${{ needs.build_tsab.outputs.tsab_version }}
117+
TSABVERSION="${{ needs.build_tsab.outputs.tsab_version }}"
118118
TSABBRANCH="${{ github.head_ref || github.ref_name }}"
119119
TASBBUILDSUFFIX=$(echo ${{ matrix.rid }} | tr '-' '_')
120120
echo "TSABVERSION=$TSABVERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)